2 references to FindMapping
System.Web (2)
Handlers\AssemblyResourceLoader.cs (1)
106HttpHandlerAction httpHandler = RuntimeConfig.GetConfig(VirtualPath.Create(webResourcePath)).HttpHandlers.FindMapping("GET", VirtualPath.Create(_webResourceUrl));
HttpApplication.cs (1)
1266mapping = map.FindMapping(requestType, path);