2 references to TruncatePathIfNeeded
System.Web (2)
Compilation\AssemblyBuilder.cs (1)
1289generatedCodeFile = FileUtil.TruncatePathIfNeeded(generatedCodeFile, 10 /*length of extension */);
Compilation\BuildResultCache.cs (1)
488cacheKey = FileUtil.TruncatePathIfNeeded(cacheKey, 9 /*length of ".compiled"*/);