1 write to _exclude
System.Web (1)
Hosting\MapPathBasedVirtualPathProvider.cs (1)
287_exclude = new Hashtable(StringComparer.OrdinalIgnoreCase);
3 references to _exclude
System.Web (3)
Hosting\MapPathBasedVirtualPathProvider.cs (3)
289_exclude[subdir] = subdir; 368if (_exclude != null && _exclude.Contains(name))