6 references to GetCacheKeyFromVirtualPath
System.Web (6)
Compilation\AssemblyBuilder.cs (1)
1285string generatedCodeFile = BuildManager.GetCacheKeyFromVirtualPath(
Compilation\BuildManager.cs (4)
1285return GetCacheKeyFromVirtualPath(virtualPath); 1676cacheKey = GetCacheKeyFromVirtualPath(virtualPath); 1758cacheKey = GetCacheKeyFromVirtualPath(virtualPath); 2409string cacheKey = GetCacheKeyFromVirtualPath(virtualPath);
Compilation\BuildManagerHost.cs (1)
415string cacheKey = BuildManager.GetCacheKeyFromVirtualPath(virtualPath) + "_CBMResult";