in fxcop-agent/src/jetbrains/buildServer/fxcop/agent/FxCopFileProcessor.java [333:339]
private void handleTypeTag() {
myCurrentType = myStream.getAttribute("Name");
myCurrentEntity.push(EntityType.TYPE);
handleChildren();
myCurrentEntity.pop();
myCurrentType = null;
}