2 writes to _handlerExists
System.Web (2)
Handlers\AssemblyResourceLoader.cs (2)
101
_handlerExists
= (typeof(AssemblyResourceLoader) == BuildManager.GetType(handlerTypeString, true /*throwOnFail*/, false /*ignoreCase*/));
107
_handlerExists
= (httpHandler != null) && (httpHandler.TypeInternal == typeof(AssemblyResourceLoader));
2 references to _handlerExists
System.Web (2)
Handlers\AssemblyResourceLoader.cs (2)
293
if (!
_handlerExists
) {
465
if (!
_handlerExists
) {