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)
293if (!_handlerExists) { 465if (!_handlerExists) {