1 override of Name
System.Web (1)
Hosting\MapPathBasedVirtualPathProvider.cs (1)
172public override string Name {
15 references to Name
System.ServiceModel.Activation (1)
System\ServiceModel\ServiceHostingEnvironment.cs (1)
1228string fileName = HostingEnvironmentWrapper.GetServiceFile(normalizedVirtualPath).Name;
System.Web (13)
Compilation\BrowserCapabilitiesCompiler.cs (1)
182string extension = Path.GetExtension(fileBase.Name);
Compilation\BuildManager.cs (7)
2824if (topLevel && _excludedTopLevelDirectories.Contains(childVdir.Name)) 2828if (childVdir.Name == "_vti_cnf") 2901string destPhysicalSubDir = Path.Combine(destPhysicalDir, child.Name); 2908(StringUtil.EqualsIgnoreCase(child.Name, HttpRuntime.CodeDirectoryName) || 2909StringUtil.EqualsIgnoreCase(child.Name, HttpRuntime.ResourcesDirectoryName) || 2910StringUtil.EqualsIgnoreCase(child.Name, HttpRuntime.WebRefDirectoryName))) { 2917if (!PrecompilingForUpdatableDeployment && StringUtil.EqualsIgnoreCase(child.Name,
Compilation\CodeDirectoryCompiler.cs (2)
335_excludedSubdirectories.Contains(child.Name)) { 340if (child.Name == "_vti_cnf")
Compilation\ThemeDirectoryCompiler.cs (1)
150string extension = Path.GetExtension(child.Name);
Hosting\MapPathBasedVirtualPathProvider.cs (1)
178return base.Name;
HttpResponse.cs (1)
2706Debug.Trace("WriteVirtualFile", vf.Name);
System.Web.Extensions (1)
Handlers\ScriptResourceHandler.cs (1)
305if (!AppSettings.ScriptResourceAllowNonJsFiles && !file.Name.EndsWith(".js", StringComparison.OrdinalIgnoreCase)) {