9 references to Parser
System.Web (9)
Compilation\BaseTemplateCodeDomTreeGenerator.cs (9)
448
if (typeof(INamingContainer).IsAssignableFrom(
Parser
.BaseType)) {
449
containerType =
Parser
.BaseType;
950
if (
Parser
.HasCodeBehind) {
1154
if (
Parser
.BaseType != null) {
1158
Type memberType = Util.GetNonPrivateFieldType(
Parser
.BaseType, builder.ID);
1163
memberType = Util.GetNonPrivatePropertyType(
Parser
.BaseType, builder.ID);
1671
if (
Parser
.ControlBuilderInterceptor != null) {
1672
Parser
.ControlBuilderInterceptor.OnProcessGeneratedCode(builder, _codeCompileUnit,
1677
Parser
.ParseRecorders.ProcessGeneratedCode(builder, _codeCompileUnit,