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