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