Base:
property
FullName
System.IO.FileSystemInfo.FullName
8 references to FullName
PresentationCore (1)
Core\CSharp\MS\Internal\FontCache\DWriteFactory.cs (1)
91localPath = Directory.GetParent(fontCollectionUri.LocalPath).FullName + Path.DirectorySeparatorChar;
System (1)
sys\system\configuration\LocalFileSettingsProvider.cs (1)
351file = Path.Combine(prevDir.FullName, ConfigurationManagerInternalFactory.Instance.UserConfigFilename);
System.Data.Entity (1)
System\Data\SqlClient\SqlProviderServices.cs (1)
828logFileName = Path.Combine(directory.FullName, String.Concat(Path.GetFileNameWithoutExtension(dataFileName), "_log.ldf"));
System.Web (4)
Compilation\BuildResult.cs (1)
544string assemblyDir = FileUtil.RemoveTrailingDirectoryBackSlash(f.Directory.FullName);
Hosting\ApplicationManager.cs (1)
1412tempDirectory = new DirectoryInfo(tempDirectory).FullName;
HttpRuntime.cs (2)
903tempDirectory = new DirectoryInfo(tempDirectory).FullName; 1030string parentDir = Directory.GetParent(_codegenDir).FullName;
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\XomlCompiler.cs (1)
520parameters.OutputAssembly = info.FullName + "\\" + parameters.OutputAssembly;