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