4 references to Parser
System.Web (4)
Compilation\UserControlCodeDomTreeGenerator.cs (4)
31
if (_sourceDataClass != null &&
Parser
.OutputCacheParameters != null) {
32
OutputCacheParameters cacheSettings =
Parser
.OutputCacheParameters;
47
attribArg = new CodeAttributeArgument(new CodePrimitiveExpression(
Parser
.FSharedPartialCaching));
51
attribArg = new CodeAttributeArgument("ProviderName", new CodePrimitiveExpression(
Parser
.Provider));