10 writes to MethodName
PresentationBuildTasks (1)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (1)
1886cdce.MethodName = eventHandler.Trim() + (subClassed ? HELPER : string.Empty);
System.Web (8)
Compilation\BaseTemplateCodeDomTreeGenerator.cs (8)
349newDelegate.MethodName = buildMethodPrefix + controlName; 368((CodeDelegateCreateExpression)newExtractValuesDelegate).MethodName = extractTemplateValuesMethodPrefix + controlName; 559newDelegate.MethodName = buildMethodPrefix + controlName; 689newDelegate.MethodName = buildMethodPrefix + ctrlBuilder.ID; 883newDelegate.MethodName = GetExpressionBuilderMethodName(eventInfo.Name, builder); 896newDelegate.MethodName = BindingMethodName(builder); 906newDelegate.MethodName = "__Render" + builder.ID; 948newDelegate.MethodName = eventEntry.HandlerMethodName;
System.Web.Services (1)
System\Web\Services\Description\WebCodeGenerator.cs (1)
341createDelegate.MethodName = callbackName;
3 references to MethodName
System (3)
compmod\microsoft\csharp\csharpcodeprovider.cs (1)
845OutputIdentifier(e.MethodName);
compmod\microsoft\visualbasic\VBCodeProvider.cs (1)
1197OutputIdentifier(e.MethodName);
compmod\system\codedom\compiler\CodeValidator.cs (1)
703ValidateIdentifier(e,"MethodName",e.MethodName);