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