1 override of FullName
mscorlib (1)
system\io\directoryinfo.cs (1)
154public override string FullName
15 references to FullName
System.Web (12)
Compilation\BuildResultCache.cs (6)
372var pdbPath = Path.ChangeExtension(f.FullName, ".pdb"); 530string assemblyKey = GetAssemblyCacheKey(f.FullName); 574if (HasDotDeleteFile(f.FullName)) 647string baseName = Path.GetDirectoryName(f.FullName) + Path.DirectorySeparatorChar + Path.GetFileNameWithoutExtension(f.FullName); 674string newName = f.FullName + dotDelete;
Configuration\BrowserCapabilitiesCodeGenerator.cs (2)
185AddFile(browserFile.FullName); 558customBrowserFileNames.Add(browserFile.FullName);
Hosting\AppDomainFactory.cs (1)
158appPath = file.FullName;
Hosting\ProcessHost.cs (1)
704appPath = file.FullName;
HttpRuntime.cs (1)
1173try { Assembly.LoadFrom(fi.FullName); }
UI\Util.cs (1)
437string newName = f.FullName + "." + uniqueToken + ".delete";
System.Web.DataVisualization (1)
WebForm\General\ChartHttpHandler.cs (1)
925Uri combinedDirectory = new Uri(fi.FullName);
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\XomlCompilerHelpers.cs (1)
510fullFileName = info.FullName;
WindowsBase (1)
Base\System\IO\Packaging\Package.cs (1)
1003package = new ZipPackage(packageFileInfo.FullName, packageMode, packageAccess, packageShare, streaming);