9 references to buildMethodPrefix
System.Web (9)
Compilation\BaseTemplateCodeDomTreeGenerator.cs (7)
170string methodName = GetMethodNameForBuilder(buildMethodPrefix, builder); 349newDelegate.MethodName = buildMethodPrefix + controlName; 559newDelegate.MethodName = buildMethodPrefix + controlName; 625buildMethodPrefix + ctrlBuilder.ID); 689newDelegate.MethodName = buildMethodPrefix + ctrlBuilder.ID; 793buildMethodPrefix + pseSub.Builder.ID); 811buildMethodPrefix + pseSub.Builder.ID);
Compilation\PageThemeCodeDomTreeGenerator.cs (2)
64string keyVarName = GetMethodNameForBuilder(buildMethodPrefix, builder) + "_skinKey"; 94GetMethodNameForBuilder(buildMethodPrefix, builder));