3 references to GetFixedMappingSlotName
System.Web (3)
Hosting\HostingEnvironment.cs (3)
1005return CallContext.GetData(GetFixedMappingSlotName(virtualPath)) as string; 1017CallContext.SetData(GetFixedMappingSlotName(virtualPath), physicalPath); 1038CallContext.SetData(GetFixedMappingSlotName(mapping.VirtualPath), null);