100 references to GetFullPath
Microsoft.Activities.Build (3)
Microsoft\Activities\Build\Debugger\DebugBuildExtension.cs (1)
39string path = Path.GetFullPath(classData.FileName);
Microsoft\Activities\Build\Expressions\ExpressionsBuildExtension.cs (1)
165string filePath = Path.GetFullPath(buildContext.OutputPath);
Microsoft\Activities\Build\Utilities.cs (1)
63string path = Path.GetFullPath(context.LocalAssembly);
mscorlib (8)
system\bcldebug.cs (1)
359perms.AddPermission(new FileIOPermission(FileIOPermissionAccess.AllAccess, Path.GetFullPath(".")));
system\io\path.cs (1)
200GetFullPath(tempPath.Substring(0, pos));
system\reflection\emit\assemblybuilder.cs (4)
1067fullFileName = Path.GetFullPath(fullFileName); 1540strFullFileName = Path.GetFullPath(resourceFileName); 1844assemblyFileName = Path.GetFullPath(assemblyFileName); 1947strModFileName = Path.GetFullPath(strModFileName);
system\security\policy\filecodegroup.cs (1)
126permSet.SetPermission(new FileIOPermission(m_access, System.IO.Path.GetFullPath(directory)));
system\security\securitymanager.cs (1)
180String fullPath = Path.GetFullPath( path );
PresentationBuildTasks (9)
BuildTasks\Microsoft\Build\Tasks\Windows\ResourcesGenerator.cs (3)
55_sourcePath = Path.GetFullPath(path); 272_outputPath = Path.GetFullPath(value); 377string fullFilePath = Path.GetFullPath(filePath);
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (1)
3221string fullFilePath = Path.GetFullPath(_splashImage);
BuildTasks\MS\Internal\Tasks\CompilerWrapper.cs (1)
393string fullFilePath = Path.GetFullPath(filePath);
BuildTasks\MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (3)
217string filepath = Path.GetFullPath(fileName); 463Path.GetFullPath(taskItem.ItemSpec), 494string fullPath = Path.GetFullPath(_mcPass1.ContentFiles[i].ItemSpec);
BuildTasks\MS\Internal\Tasks\TaskHelper.cs (1)
102thePath = Path.GetFullPath(thePath);
PresentationCore (2)
Core\CSharp\System\Windows\Clipboard.cs (1)
333string filePath = Path.GetFullPath(fileDrop);
Core\CSharp\System\Windows\DataObject.cs (1)
628string filePath = Path.GetFullPath(fileDrop);
PresentationFramework (4)
src\Framework\Microsoft\Win32\FileDialog.cs (1)
1239string tempPath = Path.GetFullPath(fileName);
src\Framework\Microsoft\Win32\SaveFileDialog.cs (1)
279fExist = File.Exists(Path.GetFullPath(fileName));
src\Framework\System\Windows\Shell\JumpList.cs (2)
155itemPath = Path.GetFullPath(itemPath); 1138return ShellUtil.GetShellItemForPath(Path.GetFullPath(jumpPath.Path));
System (16)
compmod\system\codedom\compiler\TempFiles.cs (1)
215string full = Path.GetFullPath(basePath);
compmod\system\componentmodel\IntSecurity.cs (1)
24full = System.IO.Path.GetFullPath(fileName);
compmod\system\diagnostics\TextWriterTraceListener.cs (1)
213string fullPath = Path.GetFullPath(fileName);
net\System\Net\NetRegistryConfiguration.cs (1)
187appExePath = Path.GetFullPath(appExePath);
net\System\Net\webclient.cs (3)
599fileName = Path.GetFullPath(fileName); 972return new Uri(Path.GetFullPath(path)); 976return new Uri(Path.GetFullPath(path));
security\system\security\cryptography\cryptoapi.cs (2)
3502string fullPath = Path.GetFullPath((string) pvObject); 3567string fullPath = Path.GetFullPath((string) pvObject);
security\system\security\cryptography\x509\x509certificate2.cs (1)
1169string fullPath = Path.GetFullPath(fileName);
services\io\system\io\FileSystemWatcher.cs (1)
965fullPath = System.IO.Path.GetFullPath(directory);
services\monitoring\system\diagnosticts\EventLog.cs (1)
1220return Path.GetFullPath(path);
services\monitoring\system\diagnosticts\FileVersionInfo.cs (1)
421return Path.GetFullPath(fileName);
sys\system\configuration\ConfigurationException.cs (2)
155fullPath = Path.GetFullPath(filename); 196string fullPath = Path.GetFullPath(filename);
sys\system\Media\SoundPlayer.cs (1)
399result = new Uri(Path.GetFullPath(partialUri));
System.AddIn (5)
System\Addin\Hosting\AddInStore.cs (3)
825rootDir = Path.GetFullPath(rootDir); 903rootDir = Path.GetFullPath(rootDir); 1505return Path.GetFullPath(path);
System\Addin\Hosting\Utils.cs (2)
153System.Diagnostics.Contracts.Contract.Requires(String.Equals(path, Path.GetFullPath(path))); 154System.Diagnostics.Contracts.Contract.Requires(String.Equals(root, Path.GetFullPath(root)));
System.Configuration (11)
System\Configuration\ClientConfigPaths.cs (2)
126applicationUri = Path.GetFullPath(sb.ToString()); 131applicationUri = Path.GetFullPath(exePath);
System\Configuration\ClientConfigurationHost.cs (4)
164_fileMap.MachineConfigFilename = Path.GetFullPath(fileMap.MachineConfigFilename); 170_fileMap.ExeConfigFilename = Path.GetFullPath(exeFileMap.ExeConfigFilename); 174_fileMap.RoamingUserConfigFilename = Path.GetFullPath(exeFileMap.RoamingUserConfigFilename); 178_fileMap.LocalUserConfigFilename = Path.GetFullPath(exeFileMap.LocalUserConfigFilename);
System\Configuration\Configuration.cs (1)
231filename = System.IO.Path.GetFullPath(filename);
System\Configuration\ConfigurationErrorsException.cs (2)
356string fullPath = Path.GetFullPath(filename); 391string fullPath = Path.GetFullPath(filename);
System\Configuration\Internal\InternalConfigHost.cs (2)
91streamName = Path.GetFullPath(streamName); 96result = Path.GetFullPath(result);
System.Core (5)
System\IO\LogStream.cs (2)
80String filePath = Path.GetFullPath(path); 120String filePath = Path.GetFullPath(path);
System\IO\Pipes\Pipe.cs (3)
507string normalizedPipePath = Path.GetFullPath(@"\\.\pipe\" + pipeName); 1045m_normalizedPipePath = Path.GetFullPath(@"\\" + serverName + @"\pipe\" + pipeName); 1097m_normalizedPipePath = Path.GetFullPath(@"\\" + serverName + @"\pipe\" + pipeName);
System.Data (1)
fx\src\data\System\Data\Common\AdapterUtil.cs (1)
2070return Path.GetFullPath(filename);
System.Data.Entity (2)
System\Data\Common\EntityUtil.cs (1)
2048return Path.GetFullPath(filename);
System\Data\Metadata\MetadataArtifactLoader.cs (1)
479path = System.IO.Path.GetFullPath(path);
System.Data.Linq (1)
SqlClient\SqlProvider.cs (1)
601catalog = Path.GetFullPath(filename);
System.Drawing (5)
commonui\System\Drawing\Bitmap.cs (2)
61filename = Path.GetFullPath(filename); 97filename = Path.GetFullPath(filename);
commonui\System\Drawing\Icon.cs (1)
251filePath = Path.GetFullPath(filePath);
commonui\System\Drawing\Image.cs (1)
186filename = Path.GetFullPath(filename);
commonui\System\Drawing\IntSecurity.cs (1)
53full = Path.GetFullPath(fileName);
System.IO.Log (1)
System\IO\Log\FileRecordSequence.cs (1)
41this.log = new SimpleFileLog(Path.GetFullPath(path), size);
System.Web (13)
Configuration\UserMapPath.cs (1)
39_machineConfigFilename = Path.GetFullPath(fileMap.MachineConfigFilename);
Configuration\VirtualDirectoryMapping.cs (1)
136string fullConfigFilename = Path.GetFullPath(configFilename);
Configuration\WebConfigurationHost.cs (1)
495Path.GetFullPath(path);
FileChangesMonitor.cs (1)
1497string path = Path.GetFullPath(alias);
Hosting\ApplicationManager.cs (2)
1742fileMap.VirtualDirectories.Add(subDir, new VirtualDirectoryMapping(Path.GetFullPath(dir), true)); 1750fileMap.VirtualDirectories.Add(subDir, new VirtualDirectoryMapping(Path.GetFullPath(dir), true));
Hosting\MapPathBasedVirtualPathProvider.cs (1)
123appRoot = Path.GetFullPath(HttpRuntime.AppDomainAppPathInternal);
Security\FileAuthorizationModule.cs (1)
468appRoot = Path.GetFullPath(HttpRuntime.AppDomainAppPathInternal);
UI\PageParser.cs (1)
114inputFile = Path.GetFullPath(inputFile);
UI\TemplateParser.cs (1)
2452newPhysicalPath = Path.GetFullPath(Path.Combine(currentPhysicalDir, filename.Replace('/', '\\')));
Util\FileEnumerator.cs (1)
99_path = Path.GetFullPath(path);
Util\FileUtil.cs (2)
151dir = Path.GetFullPath(dir); 248String.Compare(physicalPath, Path.GetFullPath(physicalPath),
System.Web.Services (3)
System\Web\Services\Configuration\WsdlHelpGeneratorElement.cs (1)
176string fullPath = Path.GetFullPath(Path.Combine(path, file));
System\Web\Services\Discovery\DiscoveryClientProtocol.cs (2)
450string currentDir = Path.GetDirectoryName(Path.GetFullPath(relativeTo)); 497filename = GetUniqueFilename(filenames, Path.GetFullPath(Path.Combine(directory, filename)));
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Clipboard.cs (1)
509string temp = Path.GetFullPath(path);
winforms\Managed\System\WinForms\DataObject.cs (1)
1855string fullPath = Path.GetFullPath(s);
winforms\Managed\System\WinForms\PictureBox.cs (1)
192path = Path.GetFullPath(path);
winforms\Managed\System\WinForms\WinFormsSecurity.cs (1)
493full = Path.GetFullPath(fileName);
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\XomlCompilerParameters.cs (2)
185path = Path.GetFullPath(path); 293string dir = XomlCompilerHelper.TrimDirectorySeparatorChar(Path.GetDirectoryName(Path.GetFullPath(path)));
System.Xml (2)
System\Xml\XmlResolver.cs (1)
53uri = new Uri( Path.GetFullPath( relativeUri ) );
System\Xml\Xslt\XslCompiledTransform.cs (1)
233scriptAssemblyPath = Path.GetFullPath(scriptAssemblyPath);
XamlBuildTask (3)
Microsoft\Build\Tasks\Xaml\PartialClassGenerationTask.cs (2)
305string fullPath = Path.GetFullPath(reference.ItemSpec); 326string fullPath = Path.GetFullPath(reference.ItemSpec);
Microsoft\Build\Tasks\Xaml\XamlBuildTaskServices.cs (1)
292string fullPath = Path.GetFullPath(reference);