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)
2815return _excludedCompilationPaths.Any(path => UrlPath.IsEqualOrSubpath(path.VirtualPathString, dir.VirtualPath));