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