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)
357
if (
_typeResolutionService
== null) {
2336
if (
_typeResolutionService
!= null) {
2338
return
_typeResolutionService
.GetAssembly(asmName, throwOnFail);
2953
if (
_typeResolutionService
!= null)
2954
_typeResolutionService
.ReferenceAssembly(assembly.GetName());