241 references to Combine
ComSvcConfig (4)
AtomicFile.cs (1)
203return Path.Combine(Path.GetTempPath(), Path.GetRandomFileName());
ComAdminWrapper.cs (1)
380string tlb = Path.Combine(path, application + "." + clsid + ".tlb");
ComplusEndpointConfigContainer.cs (2)
62this.configFile = new AtomicFile(Path.Combine(this.appDir, "application.config")); 63this.manifestFile = new AtomicFile(Path.Combine(this.appDir, "application.manifest"));
Microsoft.Activities.Build (5)
Microsoft\Activities\Build\BeforeInitializeComponentExtension.cs (2)
61string codeFilePath = Path.Combine(buildContext.OutputPath, codeFileName); 74string resourceFilePath = Path.Combine(buildContext.OutputPath, GenerateHelperResourceFilename(classData, buildContext, language));
Microsoft\Activities\Build\Expressions\ExpressionsBuildExtension.cs (2)
39string deferredValidationErrorsFilePath = Path.Combine(this.buildContext.OutputPath, ValidationBuildExtension.DeferredValidationErrorsFileName); 166string codeFileName = Path.Combine(filePath, activityNamespace + "_" + activityName + fileNameSuffix + "." + CodeDomProvider.CreateProvider(this.buildContext.Language).FileExtension);
Microsoft\Activities\Build\Validation\ValidationBuildExtension.cs (1)
65string filePath = Path.Combine(this.buildContext.OutputPath, DeferredValidationErrorsFileName);
mscorlib (13)
system\applicationactivator.cs (1)
63m_path = Path.Combine(directoryName, file);
system\deployment\cmsutils.cs (1)
96file = Path.Combine(directoryName, file);
system\reflection\emit\assemblybuilder.cs (8)
1057fullFileName = Path.Combine(Environment.CurrentDirectory, fileName); 1063fullFileName = Path.Combine(m_assemblyData.m_strDir, fileName); 1146fullFileName = Path.Combine(Environment.CurrentDirectory, fileName); 1151fullFileName = Path.Combine(m_assemblyData.m_strDir, fileName); 1533strFullFileName = Path.Combine(Environment.CurrentDirectory, resourceFileName); 1538strFullFileName = Path.Combine(m_assemblyData.m_strDir, resourceFileName); 1843assemblyFileName = Path.Combine(m_assemblyData.m_strDir, assemblyFileName); 1946strModFileName = Path.Combine(m_assemblyData.m_strDir, strModFileName);
system\reflection\emit\modulebuilder.cs (1)
999fullyQualifiedName = Path.Combine(ContainingAssemblyBuilder.m_assemblyData.m_strDir, fullyQualifiedName);
system\resources\filebasedresourcegroveler.cs (1)
126String path = Path.Combine(_mediator.ModuleDir, fileName);
system\timezoneinfo.cs (1)
2597filePath = Path.Combine(system32, tzresDll);
PresentationBuildTasks (4)
BuildTasks\Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (1)
876return Path.Combine(OutputPath, fileName);
BuildTasks\Microsoft\Build\Tasks\Windows\MergeLocalizationDirectives.cs (1)
63string absoluteFilePath = Path.Combine(
BuildTasks\Microsoft\Build\Tasks\Windows\UidManager.cs (2)
375return Path.Combine(_backupPath, Path.ChangeExtension(Path.GetFileName(fileName), "uidtemp")); 380return Path.Combine(_backupPath, Path.ChangeExtension(Path.GetFileName(fileName), "uidbackup"));
PresentationCore (3)
Core\CSharp\MS\Internal\FontCache\FamilyCollection.cs (1)
114return System.IO.Path.Combine(frameworkInstallPath, _sxsFontsRelativeLocation);
Core\CSharp\MS\Internal\FontCache\FontSourceCollection.cs (1)
212fileName = Path.Combine(Util.WindowsFontsLocalPath, fileName);
Core\CSharp\System\Windows\Media\ColorContext.cs (1)
683profilePath = new Uri(Path.Combine(buffer.ToString(), profilePathString));
PresentationFramework (1)
src\Framework\MS\Internal\AppModel\XappLauncher.cs (1)
1127string full_ocSetupPath = System.IO.Path.Combine(
System (18)
compmod\microsoft\csharp\csharpcodeprovider.cs (1)
3628string fullname = Path.Combine(compilerDirectory, compilerExe);
compmod\system\codedom\compiler\CodeCompiler.cs (1)
158string fullname = Path.Combine(compilerDirectory, compilerExe);
compmod\system\codedom\compiler\CodeDOMProvider.cs (1)
354coreAssemblyFilePath = Path.Combine(multiTargetingPackRoot, "mscorlib.dll");
compmod\system\codedom\compiler\RedistVersionInfo.cs (1)
105dir = Path.Combine(comPlus_InstallRoot, comPlus_Version);
compmod\system\codedom\compiler\TempFiles.cs (1)
328tempDir = Path.Combine(tempDir, randomFileName);
compmod\system\diagnostics\TextWriterTraceListener.cs (1)
229fullPath = Path.Combine(dirPath, fileNameOnly);
compmod\system\diagnostics\traceutils.cs (1)
65initializeData = Path.Combine(dirPath, initializeData);
net\System\Net\Configuration\UriSection.cs (2)
214string machineConfigFilePath = Path.Combine(Path.Combine(runtimeDir, "Config"), "machine.config");
net\System\Net\mail\SmtpClient.cs (1)
402pathAndFilename = Path.Combine(pickupDirectory, filename);
net\System\Net\UnsafeNativeMethods.cs (1)
3509string dllFileName = Path.Combine(Environment.SystemDirectory, TOKENBINDING);
net\System\Net\WebSockets\WebSocketProtocolComponent.cs (1)
149s_DllFileName = Path.Combine(Environment.SystemDirectory, WEBSOCKET);
parent\parent\parent\InternalApis\NDP_FX\inc\ZLibNative.cs (1)
433String zlibDllPath = Path.Combine(fxDir, ZLibNativeDllName);
services\monitoring\system\diagnosticts\CounterSampleCalculator.cs (1)
235string perfcounterPath = Path.Combine(installPath, "perfcounter.dll");
services\monitoring\system\diagnosticts\EventLog.cs (1)
1075return Path.Combine(SharedUtils.GetLatestBuildDllDirectory(machineName), DllName);
services\monitoring\system\diagnosticts\EventLogInternal.cs (1)
1225return Path.Combine(SharedUtils.GetLatestBuildDllDirectory(machineName), DllName);
services\monitoring\system\diagnosticts\ProcessManager.cs (1)
688moduleInfo.fileName = Path.Combine(Environment.SystemDirectory, "smss.exe");
sys\system\configuration\NameValueFileSectionHandler.cs (1)
46string sourceFileFullPath = Path.Combine(directory, filename);
System.AddIn (48)
System\Addin\Hosting\ActivationWorker.cs (6)
86Path.Combine(_pipeline.PipelineRootDirectory, AddInStore.ContractsDirName))); 88Path.Combine(_pipeline.PipelineRootDirectory, AddInStore.AddInAdaptersDirName))); 90Path.Combine(_pipeline.PipelineRootDirectory, AddInStore.AddInBasesDirName))); 234dirsToLookIn.Add(Path.Combine(rootDir, AddInStore.ContractsDirName)); 235dirsToLookIn.Add(Path.Combine(rootDir, AddInStore.AddInBasesDirName)); 239dirsToLookIn.Add(Path.Combine(rootDir, AddInStore.AddInBasesDirName));
System\Addin\Hosting\AddInControllerImpl.cs (2)
207Path.Combine(_token.PipelineRootDirectory, AddInStore.ContractsDirName))); 209Path.Combine(_token.PipelineRootDirectory, AddInStore.AddInAdaptersDirName)));
System\Addin\Hosting\AddInProcess.cs (1)
117_pathToAddInProcess = Path.Combine(folder, exeName);
System\Addin\Hosting\AddInStore.cs (28)
90String deploymentStore = Path.Combine(pipelineRootFolderPath, PipelineCacheFileName); 104String addInDir = Path.Combine(pipelineRootFolderPath, AddInsDirName); 199String addInStore = Path.Combine(addInsFolderPath, AddInCacheFileName); 240String addInStore = Path.Combine(addInsPath, AddInCacheFileName); 263String hostAdapterDir = Path.Combine(path, HostAdaptersDirName); 264String contractDir = Path.Combine(path, ContractsDirName); 265String addInAdapterDir = Path.Combine(path, AddInAdaptersDirName); 266String addInBaseDir = Path.Combine(path, AddInBasesDirName); 267String addInDir = Path.Combine(path, AddInsDirName); 303String storeName = Path.Combine(addInPath, AddInCacheFileName); 391String deploymentStore = Path.Combine(pipelineRootFolderPath, PipelineCacheFileName); 399String addInDir = Path.Combine(pipelineRootFolderPath, AddInsDirName); 509String defaultAddInLocation = Path.Combine(pipelineRootFolderPath, AddInsDirName); 704Path.Combine(pipelineRoot, HostAdaptersDirName), 705Path.Combine(pipelineRoot, ContractsDirName), 706Path.Combine(pipelineRoot, AddInAdaptersDirName), 707Path.Combine(pipelineRoot, AddInBasesDirName) 742String fullName = Path.Combine(path, fileName); 748String fullName = Path.Combine(path, fileName); 765String fileName = Path.Combine(path, storeFileName); 836String hostAdapterDir = Path.Combine(rootDir, HostAdaptersDirName); 837String contractDir = Path.Combine(rootDir, ContractsDirName); 838String addInAdapterDir = Path.Combine(rootDir, AddInAdaptersDirName); 839String addInBaseDir = Path.Combine(rootDir, AddInBasesDirName); 840String addInDir = Path.Combine(rootDir, AddInsDirName); 954String cacheFilePath = Path.Combine(rootDir, AddInCacheFileName); 1019String cacheFileName = Path.Combine(path, fileName); 1210assembly.DependencyDirs.Add(Path.Combine(rootDir, ContractsDirName));
System\Addin\Hosting\AddInToken.cs (2)
350string dependentPath = rootDir == null ? dependentComponent.Location : Path.Combine(rootDir, dependentComponent.Location); 355if (File.Exists(Path.Combine(location, fileName)))
System\Addin\Hosting\InspectionWorker.cs (5)
91dirsToLookIn.Add(Path.Combine(rootDir, AddInStore.ContractsDirName)); 99dirsToLookIn.Add(Path.Combine(rootDir, AddInStore.ContractsDirName)); 100dirsToLookIn.Add(Path.Combine(rootDir, AddInStore.AddInBasesDirName)); 105dirsToLookIn.Add(Path.Combine(rootDir, AddInStore.AddInBasesDirName)); 131String simpleFileName = Path.Combine(path, simpleName);
System\Addin\Hosting\Store\PipelineComponent.cs (1)
185_location = Path.Combine(root, _relativeLocation);
System\Addin\Hosting\Utils.cs (1)
227String simpleFileName = Path.Combine(path, simpleName);
System\Addin\MiniReflection\MiniAssembly.cs (2)
202String fileName = Path.Combine(dir, libName); 206fileName = Path.Combine(dir, exeName);
System.Configuration (5)
System\Configuration\AppSettingsSection.cs (1)
120sourceFileFullPath = System.IO.Path.Combine(configFileDirectory, File);
System\Configuration\ClientConfigPaths.cs (1)
328string combinedPath = Path.Combine(path1, path2);
System\Configuration\ClientConfigurationHost.cs (2)
71s_machineConfigFilePath = Path.Combine(Path.Combine(directory, MachineConfigSubdirectory), MachineConfigFilename);
System\Configuration\Internal\InternalConfigHost.cs (1)
95string result = Path.Combine(dirStream, configSource);
System.Core (2)
System\Diagnostics\EventSchemaTraceListener.cs (1)
89 this.fileName = Path.Combine(Path.GetDirectoryName(AppDomain.CurrentDomain.SetupInformation.ConfigurationFile), this.fileName);
System\IO\LogStream.cs (1)
387_fileNameWithoutExt = Path.Combine(Path.GetDirectoryName(_pathSav), Path.GetFileNameWithoutExtension(_pathSav));
System.Data (2)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\VisualStudio\Activities\WorkflowDesignerExtensionManager.cs (2)
65return Path.Combine(assemblyDirectory, relativePathToExtensionsDirectory); 197string assemblyFullPath = Path.Combine(this.extensionsDirectory, assemblyName + ".dll");
System.Data.Entity (2)
System\Data\Metadata\MetadataArtifactLoaderCompositeFile.cs (1)
274string fullPath = System.IO.Path.Combine(directory, fileName);
System\Data\SqlClient\SqlProviderServices.cs (1)
828logFileName = Path.Combine(directory.FullName, String.Concat(Path.GetFileNameWithoutExtension(dataFileName), "_log.ldf"));
System.Data.Entity.Design (2)
System\Data\Entity\Design\EntityCodeGenerator.cs (1)
415target = Path.Combine(Path.GetTempPath(), Path.GetTempFileName());
System\Data\EntityModel\Emitters\ClientApiGenerator.cs (1)
118string filename = Path.Combine(tempFiles.TempDir, "EdmCodeGenFixup-" + Guid.NewGuid().ToString() + ".tmp");
System.Data.Services.Design (2)
System\Data\EntityModel\DataServiceBuildProvider.cs (1)
355string edmxFilePath = IO.Path.Combine(IO.Path.GetDirectoryName(this.dataSvcMapFilePath), this.edmxSchemaFileName);
System\Data\EntityModel\Emitters\ClientApiGenerator.cs (1)
277string filename = Path.Combine(tempFiles.TempDir, "EdmCodeGenFixup-" + Guid.NewGuid().ToString() + ".tmp");
System.IdentityModel.Selectors (3)
infocard\client\System\IdentityModel\Selectors\CardSpaceShim.cs (3)
243string v2RegPath = Path.Combine( 274return Path.Combine( 295implDllFullPath = Path.Combine(
System.Management (6)
Instrumentation\SchemaRegistration.cs (4)
141string DataDirectory {get {return Path.Combine(WMICapabilities.FrameworkDirectory, NamespaceName);} } 142string MofPath {get {return Path.Combine(DataDirectory, DecoupledProviderInstanceName + ".mof");} } 143string CodePath {get {return Path.Combine(DataDirectory, DecoupledProviderInstanceName + ".cs");} } 144string PrecompiledAssemblyPath {get {return Path.Combine(DataDirectory, DecoupledProviderInstanceName + ".dll");} }
Instrumentation\WMICapabilities.cs (2)
134return Path.Combine(InstallationDirectory, FrameworkSubDirectory); 168string fastproxPath = Path.Combine(Environment.SystemDirectory, @"wbem\fastprox.dll");
System.Net (2)
net\PeerToPeer\Collaboration\Peer.cs (1)
296string path = Path.Combine( Environment.CurrentDirectory, Process.GetCurrentProcess().ProcessName + ".exe");
net\PeerToPeer\UnsafePeerToPeerMethods.cs (1)
268string dllFileName = Path.Combine(Environment.SystemDirectory, UnsafeP2PNativeMethods.P2P);
System.ServiceModel.Activation (1)
System\ServiceModel\Activities\Activation\WorkflowServiceHostFactory.cs (1)
248string virtualFileFolder = string.Format(CultureInfo.InvariantCulture, "~\\{0}", Path.Combine(SupportedVersionsFolder, xamlFileName));
System.Web (74)
Compilation\AssemblyBuilder.cs (7)
352string resourceFile = Path.Combine(resourceDir, name); 388_tempFilePhysicalPathPrefix = Path.Combine(_tempFiles.TempDir, OutputAssemblyName) + "."; 684dir = Path.Combine(dir, CultureName); 686compilParams.OutputAssembly = Path.Combine(dir, OutputAssemblyName + ".resources.dll"); 689compilParams.OutputAssembly = Path.Combine(dir, OutputAssemblyName + ".dll"); 1075string baseAssemblyFile = Path.Combine(dir, OutputAssemblyName + ".dll"); 1288generatedCodeFile = Path.Combine(_generatedFilesDir, generatedCodeFile);
Compilation\BuildManager.cs (17)
400_webHashFilePath = Path.Combine(HttpRuntime.CodegenDirInternal, "hash\\hash.web"); 512string targetBinDir = Path.Combine(_precompTargetPhysicalDir, HttpRuntime.BinDirectoryName); 526string licAssemblyPath = Path.Combine(HttpRuntime.BinDirectoryInternal, LicensesAssemblyName + ".dll"); 764string preStartInitListPath = Path.Combine(HttpRuntime.CodegenDirInternal, "preStartInitList.web"); 2606string targetBinDir = Path.Combine(_precompTargetPhysicalDir, HttpRuntime.BinDirectoryName); 2624string precompMarkerFile = Path.Combine(_precompTargetPhysicalDir, precompMarkerFileName); 2645string precompMarkerFile = Path.Combine(appRoot, precompMarkerFileName); 2767string physicalPath = Path.Combine(_theBuildManager._precompTargetPhysicalDir, path); 2867string appPhysicalDir = Path.Combine(HttpRuntime.AppDomainAppPathInternal, HttpRuntime.ThemesDirectoryName); 2901string destPhysicalSubDir = Path.Combine(destPhysicalDir, child.Name); 2956string fromSubDir = Path.Combine(fromDir, fileData.Name); 2957string toSubDir = Path.Combine(toDir, fileData.Name); 2975string sourcePhysicalPath = Path.Combine(fromDir, fileData.Name); 2976string destPhysicalPath = Path.Combine(toDir, fileData.Name); 3340resxDir = Path.Combine(HttpRuntime.CodegenDirInternal, CodegenResourceDirectoryName); 3353string userCachePath = Path.Combine(HttpRuntime.CodegenDirInternal, "UserCache"); 3370string path = Path.Combine(UserCachePath, fileName);
Compilation\BuildResult.cs (3)
1258_ccuPreservationFileName = Path.Combine(HttpRuntime.CodegenDirInternal, _ccuPreservationFileName); 1281preservationFileName = Path.Combine(HttpRuntime.CodegenDirInternal, preservationFileName); 1308ccuPreservationFileName = Path.Combine(HttpRuntime.CodegenDirInternal, ccuPreservationFileName);
Compilation\BuildResultCache.cs (3)
486cacheKey = Path.Combine(_cacheDir, cacheKey); 791_satelliteDirectories.Add(Path.Combine(_cacheDir, subDir)); 809string fullAssemblyPath = Path.Combine(satelliteDir, satelliteAssemblyName);
Configuration\HttpCapabilitiesSectionHandler.cs (1)
321string fullFilename = Path.Combine(configurationDirectory, srcFilename);
Configuration\HttpConfigurationSystem.cs (4)
287s_MachineConfigurationDirectory = Path.Combine(MsCorLibDirectory, MachineConfigSubdirectory); 314s_MachineConfigurationFilePath = Path.Combine(MachineConfigurationDirectory, MachineConfigFilename); 324s_RootWebConfigurationFilePath = Path.Combine(MachineConfigurationDirectory, RootWebConfigFilename); 334s_RootWebConfigurationFilePath = Path.Combine(MachineConfigurationDirectory, RootWebConfigFilename);
Configuration\RemoteWebConfigurationHostServer.cs (1)
198currentFilePath = System.IO.Path.Combine(currentFilePath, HttpConfigurationSystem.WebConfigFileName);
Configuration\UserMapPath.cs (3)
51_rootWebConfigFilename = Path.Combine(Path.GetDirectoryName(_machineConfigFilename), "web.config"); 78_rootWebConfigFilename = Path.Combine(rootWebMapping.PhysicalDirectory, rootWebMapping.ConfigFileBaseName); 139physicalPath = Path.Combine(mapping.PhysicalDirectory, childPart);
Configuration\VirtualDirectoryMapping.cs (1)
135string configFilename = Path.Combine(_physicalDirectory, _configFileBaseName);
Configuration\WebConfigurationHost.cs (2)
215_rootWebConfigFile = Path.Combine(Path.GetDirectoryName(_machineConfigFile), "web.config"); 492string path = Path.Combine(directory, baseName);
DataAccess\SqlConnectionHelper.cs (4)
100return Path.Combine(HttpRuntime.AppDomainAppPath, HttpRuntime.DataDirectoryName); 118dataDir = Path.Combine(appPath, HttpRuntime.DataDirectoryName); 152fullFileName = Path.Combine(dataDir, partialFileName); 227tempFileName = Path.Combine(Path.GetDirectoryName(fullFileName), strippedFileName + "_TMP" + s_strSqlExprFileExt);
FileChangesMonitor.cs (5)
271string path = Path.Combine(DirectoryMonitor.Directory, FileNameLong); 659path = Path.Combine(Directory, file); 1072string path = Path.Combine(Directory, fileMon.FileNameLong); 1122string path = Path.Combine(Directory, fileName); 1134string fullPath = Path.Combine(Directory, fileName);
Hosting\ApplicationManager.cs (3)
1435tempDirectory = Path.Combine(RuntimeEnvironment.GetRuntimeDirectory(), HttpRuntime.codegenDirName); 1448tempDirectory = Path.Combine(tempDirectory, HttpRuntime.codegenDirName); 1452String binDir = Path.Combine(tempDirectory, simpleAppName);
HttpApplicationFactory.cs (1)
189return Path.Combine(HttpRuntime.AppDomainAppPathInternal, applicationFileName);
HttpInputStream.cs (1)
220String tempDir = Path.Combine(HttpRuntime.CodegenDirInternal, "uploads");
HttpRuntime.cs (8)
349string dataDirectory = Path.Combine(_appDomainAppPath, DataDirectoryName); 960tempDirectory = Path.Combine(s_installDirectory, codegenDirName); 981tempDirectory = Path.Combine(tempDirectory, codegenDirName); 986codegenBase = Path.Combine(tempDirectory, simpleAppName); 1243string appOfflineFile = Path.Combine(_theRuntime._appDomainAppPath, AppOfflineFileName); 2871string clientScriptPhysicalPath = System.IO.Path.Combine(AspInstallDirectoryInternal, AspNetClientFilesSubDirectory); 3032get { return Path.Combine(_theRuntime._appDomainAppPath, BinDirectoryName) + Path.DirectorySeparatorChar; } 3524_DefaultPhysicalPathOnMapPathFailure = Path.Combine(_appDomainAppPath, "NOT_A_VALID_FILESYSTEM_PATH");
Management\regiisutil.cs (4)
109IRegisterCreateITypeLib typeLib = (IRegisterCreateITypeLib)converter.ConvertAssemblyToTypeLib(webAssembly, System.IO.Path.Combine(binaryDirectory, "AspNetMMCExt.tlb"), 0, eventHandler); 119File.Delete(System.IO.Path.Combine(binaryDirectory, "AspNetMMCExt.tlb")); 269dirName = Path.Combine(Environment.CurrentDirectory, dirName); 361fileName = Path.Combine(Environment.CurrentDirectory, fileName);
Management\SqlServices.cs (3)
196string fullpath = Path.Combine(HttpRuntime.AspInstallDirectory, install ? SESSION_STATE_INSTALL_FILE : SESSION_STATE_UNINSTALL_FILE); 392string fullpath = Path.Combine(HttpRuntime.AspInstallDirectory, file); 539string fullpath = Path.Combine(HttpRuntime.AspInstallDirectory, sqlFile);
UI\TemplateParser.cs (1)
2452newPhysicalPath = Path.GetFullPath(Path.Combine(currentPhysicalDir, filename.Replace('/', '\\')));
UI\Util.cs (1)
298string dummyFile = Path.Combine(dir, "~AspAccessCheck_" +
Util\PathUtil.cs (1)
24return Path.Combine(_system32Path, filename);
System.Web.Extensions (7)
ClientServices\ConnectivityStatus.cs (2)
37string path = Path.Combine(System.Windows.Forms.Application.UserAppDataPath, "AppIsOffline"); 46string path = Path.Combine(System.Windows.Forms.Application.UserAppDataPath, "AppIsOffline");
ClientServices\Providers\SqlHelper.cs (1)
299return Path.Combine(Application.UserAppDataPath, GetPartialDBFileName(username, extension));
Compilation\WCFModel\DataSvcMapFileLoader.cs (2)
91return File.ReadAllBytes(Path.Combine(Path.GetDirectoryName(_mapFilePath), name)); 96return File.ReadAllBytes(Path.Combine(Path.GetDirectoryName(_mapFilePath), name));
Compilation\WCFModel\SvcMapFileLoader.cs (2)
91return File.ReadAllBytes(Path.Combine(Path.GetDirectoryName(_mapFilePath), name)); 96return File.ReadAllBytes(Path.Combine(Path.GetDirectoryName(_mapFilePath), name));
System.Web.Services (5)
System\Web\Services\Configuration\WsdlHelpGeneratorElement.cs (2)
39get { return Path.Combine(this.actualPath, this.Href); } 176string fullPath = Path.GetFullPath(Path.Combine(path, file));
System\Web\Services\Discovery\DiscoveryClientProtocol.cs (3)
359Stream docFile = File.OpenRead(Path.Combine(topLevelPath, results.Results[i].Filename)); 479string topLevelFullPath = Path.Combine(directory, topLevelFilename); 497filename = GetUniqueFilename(filenames, Path.GetFullPath(Path.Combine(directory, filename)));
System.Windows.Forms (3)
winforms\Managed\System\Resources\ResXDataNode.cs (2)
188fileRefFullPath = Path.Combine(basePath, fileRefDetails[0]); 905private static string NetFrameworkPath = Path.Combine(Environment.GetEnvironmentVariable("SystemRoot"), "Microsoft.Net\\Framework");
winforms\Managed\System\WinForms\WebBrowser.cs (1)
652string mshtmlPath = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.System), "mshtml.dll");
System.Workflow.Activities (2)
Rules\Helpers.cs (2)
115rulesFileName = Path.Combine(Path.GetDirectoryName(loader.FileName), Path.GetFileNameWithoutExtension(loader.FileName)); 154rulesFileName = Path.Combine(Path.GetDirectoryName(loader.FileName), Path.GetFileNameWithoutExtension(loader.FileName));
System.Workflow.ComponentModel (14)
AuthoringOM\Compiler\CompileXomlTask.cs (10)
581xomlFilesPaths[index] = Path.Combine(ProjectDirectory, this.WorkflowMarkupFiles[index].ItemSpec); 600error.FileName = Path.Combine(this.ProjectDirectory, error.FileName); 612error.FileName = Path.Combine(this.ProjectDirectory, error.FileName); 786itemSpecs[i] = Path.Combine(projDir, taskItems[i].ItemSpec); 828compilerOptions.AppendFormat(" /keyfile:\"{0}\"", Path.Combine(this.ProjectDirectory, this.KeyFile)); 847Path.Combine(this.ProjectDirectory, resourceFile.ItemSpec), manifestResourceName); 852Path.Combine(this.ProjectDirectory, resourceFile.ItemSpec)); 1186manifestName += Path.Combine(everettCompatibleDirectoryName, Path.GetFileNameWithoutExtension(info.cultureNeutralFilename)); 1200manifestName += Path.Combine(everettCompatibleDirectoryName, Path.GetFileName(info.cultureNeutralFilename)); 1262info.cultureNeutralFilename = Path.Combine(baseFolder, fileName);
AuthoringOM\Design\Themes.cs (3)
313path = Path.Combine(path, "Windows Workflow Foundation" + Path.DirectorySeparatorChar + "Themes"); 328string tempThemePath = Path.Combine(path, DR.GetString(DR.MyFavoriteTheme) + ".wtm"); 331tempThemePath = Path.Combine(path, DR.GetString(DR.MyFavoriteTheme) + i.ToString(CultureInfo.InvariantCulture) + ".wtm");
AuthoringOM\Design\XomlDesignerLoader.cs (1)
507layoutFileName = Path.Combine(Path.GetDirectoryName(layoutFileName), Path.GetFileNameWithoutExtension(layoutFileName));
System.WorkflowServices (1)
System\ServiceModel\Activation\WorkflowServiceHostFactory.cs (1)
61string xomlVirtualPath = Path.Combine(AspNetEnvironment.Current.CurrentVirtualPath, constructorString);
WindowsBase (4)
Base\System\IO\Packaging\PackUriHelper.cs (3)
465partName = Path.Combine(partName, _relationshipPartSegmentName); // Adding the "_rels" segment 466partName = Path.Combine(partName, file); // Adding the last segment back 527path = Path.Combine(path, partNameWithoutExtension); // Adding the last segment without ".rels" extension
parent\parent\InternalApis\NDP_FX\inc\ZLibNative.cs (1)
433String zlibDllPath = Path.Combine(fxDir, ZLibNativeDllName);
WsatConfig (1)
Configuration\RemoteHelper.cs (1)
169path = Path.Combine(path, "WsatConfig.exe");
WsatUI (4)
Configuration\ETWWsatTraceSession.cs (3)
168logFileName = Path.Combine(logFileNameInRegistry, DefaultLogFileName); 173logFileName = Path.Combine(Environment.SystemDirectory, DafaultLogDirectory); 175logFileName = Path.Combine(logFileName, DefaultLogFileName);
Configuration\RemoteHelper.cs (1)
169path = Path.Combine(path, "WsatConfig.exe");
XamlBuildTask (3)
Microsoft\Build\Tasks\Xaml\PartialClassGenerationTaskInternal.cs (2)
392codeFileName = Path.Combine(this.OutputPath, codeFileName); 598return Path.Combine(this.OutputPath, markupItemName);
Microsoft\Build\Tasks\Xaml\XamlBuildTaskServices.cs (1)
675assembly = Assembly.LoadFrom(Path.Combine(currentProjectDirectory, assemblyFile));