2 writes to _typeResolutionService
System.Web (2)
UI\TemplateParser.cs (2)
354_typeResolutionService = null; 356_typeResolutionService = (ITypeResolutionService)_designerHost.GetService(typeof(ITypeResolutionService));
5 references to _typeResolutionService
System.Web (5)
UI\TemplateParser.cs (5)
357if (_typeResolutionService == null) { 2336if (_typeResolutionService != null) { 2338return _typeResolutionService.GetAssembly(asmName, throwOnFail); 2953if (_typeResolutionService != null) 2954_typeResolutionService.ReferenceAssembly(assembly.GetName());