in fxcop-agent/src/jetbrains/buildServer/fxcop/agent/FxCopFileProcessor.java [369:375]
private void handleResourceTag() {
myCurrentResource = myStream.getAttribute("Name");
myCurrentEntity.push(EntityType.RESOURCE);
handleChildren();
myCurrentEntity.pop();
myCurrentResource = null;
}