2 writes to _factoryTypeName
System.Web (2)
Compilation\DesignTimeResourceProviderFactoryAttribute.cs (2)
24
_factoryTypeName
= factoryType.AssemblyQualifiedName;
28
_factoryTypeName
= factoryTypeName;
2 references to _factoryTypeName
System.Web (2)
Compilation\DesignTimeResourceProviderFactoryAttribute.cs (2)
33
return
_factoryTypeName
;
38
return (
_factoryTypeName
== null);