1 write to MethodName
PresentationBuildTasks (1)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
1936cdce.MethodName = eventHandler.Trim() + (subClassed ? HELPER : string.Empty);
5 references to MethodName
System.CodeDom (4)
Microsoft\CSharp\CSharpCodeGenerator.cs (1)
337OutputIdentifier(e.MethodName);
Microsoft\VisualBasic\VBCodeGenerator.cs (1)
951OutputIdentifier(e.MethodName);
System\CodeDom\Compiler\CodeValidator.cs (2)
822ValidateIdentifier(e, nameof(e.MethodName), e.MethodName);
System.Windows.Forms.Design (1)
System\ComponentModel\Design\Serialization\CodeDomSerializerBase.cs (1)
1211handlerMethodName = delegateCreate.MethodName;