private void handleAccessorTag()

in fxcop-agent/src/jetbrains/buildServer/fxcop/agent/FxCopFileProcessor.java [357:363]


  private void handleAccessorTag() {
    myCurrentAccessor = myStream.getAttribute("Name");
    myCurrentEntity.push(EntityType.ACCESSOR);
    handleChildren();
    myCurrentEntity.pop();
    myCurrentAccessor = null;
  }