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