in fxcop-agent/src/jetbrains/buildServer/fxcop/agent/FxCopFileProcessor.java [139:144]
private void handleMessageTag() {
myMessageInspectionId.add(myStream.getAttribute("TypeName") +
" " + myStream.getAttribute("CheckId"));
handleChildren();
myMessageInspectionId.pop();
}