1 write to _parser
System.Web (1)
UI\TagNameToTypeMapper.cs (1)
61_parser = parser;
6 references to _parser
System.Web (6)
UI\TagNameToTypeMapper.cs (6)
118if (_parser.FInDesigner && (_parser.DesignerHost != null)) { 120if (_parser.DesignerHost.RootComponent != null) { 121WebFormsRootDesigner rootDesigner = _parser.DesignerHost.GetDesigner(_parser.DesignerHost.RootComponent) as WebFormsRootDesigner; 134ITypeResolutionService typeResolutionService = (ITypeResolutionService)_parser.DesignerHost.GetService(typeof(ITypeResolutionService));