1 write to _excludedCompilationPaths
System.Web (1)
Compilation\BuildManager.cs (1)
2582
_excludedCompilationPaths
= excludedVirtualPaths.Select(path => VirtualPath.Create(UrlPath.Combine("~", path))).ToList();
1 reference to _excludedCompilationPaths
System.Web (1)
Compilation\BuildManager.cs (1)
2815
return
_excludedCompilationPaths
.Any(path => UrlPath.IsEqualOrSubpath(path.VirtualPathString, dir.VirtualPath));