14 references to browserCapsVariable
System.Web (14)
Compilation\BrowserCapabilitiesCompiler.cs (2)
352
cpde = new CodeParameterDeclarationExpression(typeof(HttpBrowserCapabilities),
browserCapsVariable
);
430
cpde = new CodeParameterDeclarationExpression(typeof(HttpBrowserCapabilities),
browserCapsVariable
);
Configuration\BrowserCapabilitiesCodeGenerator.cs (12)
61
private static readonly string _strongNameKeyFileName =
browserCapsVariable
+ ".snk";
62
private static readonly string _publicKeyTokenFileName =
browserCapsVariable
+ ".token";
69
private CodeVariableReferenceExpression _browserCapsRefExpr = new CodeVariableReferenceExpression(
browserCapsVariable
);
740
cpde = new CodeParameterDeclarationExpression(typeof(HttpBrowserCapabilities),
browserCapsVariable
);
995
cpde = new CodeParameterDeclarationExpression(typeof(HttpBrowserCapabilities),
browserCapsVariable
);
1010
CodeMethodInvokeExpression cmie = new CodeMethodInvokeExpression(new CodeVariableReferenceExpression(
browserCapsVariable
), "AddBrowser");
1093
expr.Parameters.Add(new CodeVariableReferenceExpression(
browserCapsVariable
));
1113
cpde = new CodeParameterDeclarationExpression(typeof(HttpBrowserCapabilities),
browserCapsVariable
);
1188
new CodeVariableReferenceExpression(
browserCapsVariable
),
1343
new CodeIndexerExpression(new CodeVariableReferenceExpression(
browserCapsVariable
), new CodeExpression[] {
1468
xProcess.Parameters.Add(new CodeVariableReferenceExpression(
browserCapsVariable
));
1488
xProcess.Parameters.Add(new CodeVariableReferenceExpression(
browserCapsVariable
));