57 references to Exists
ComSvcConfig (4)
ComplusEndpointConfigContainer.cs (3)
48if (!Directory.Exists(this.appDir)) 58if (!Directory.Exists(this.appDir)) 85if (Directory.Exists(this.appDir))
WasEndpointConfigContainer.cs (1)
39if (string.IsNullOrEmpty(webDirectoryPath) || !Directory.Exists(webDirectoryPath))
mscorlib (2)
system\io\isolatedstorage\isolatedstoragefile.cs (1)
1378if (!Directory.Exists(RootDirectory)) {
system\reflection\emit\assemblybuilder.cs (1)
1836else if (Directory.Exists(m_assemblyData.m_strDir) == false)
PresentationBuildTasks (5)
BuildTasks\Microsoft\Build\Tasks\Windows\MarkupCompilePass1.cs (1)
158if (!Directory.Exists(OutputPath))
BuildTasks\Microsoft\Build\Tasks\Windows\MarkupCompilePass2.cs (1)
124if (!Directory.Exists(OutputPath))
BuildTasks\Microsoft\Build\Tasks\Windows\ResourcesGenerator.cs (1)
183if (!Directory.Exists(OutputPath))
BuildTasks\Microsoft\Build\Tasks\Windows\UidManager.cs (1)
401if (!Directory.Exists(_backupPath))
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (1)
487if (targetPath.Length > 0 && !Directory.Exists(targetPath))
System (6)
compmod\system\codedom\compiler\RedistVersionInfo.cs (2)
106if (Directory.Exists(dir)) 114if (dir != null && Directory.Exists(dir)) {
compmod\system\codedom\compiler\TempFiles.cs (1)
274if (currentIdentity != null && Directory.Exists(highIntegrityDirectory))
net\System\Net\mail\iisPickupDirectory.cs (1)
441if (Directory.Exists(pickupDirectory))
services\io\system\io\FileSystemWatcher.cs (2)
144if (path.Length == 0 || !Directory.Exists(path)) 311if (!Directory.Exists(value))
System.AddIn (5)
System\Addin\Hosting\AddInStore.cs (5)
246if (Directory.Exists(addInsPath)) 307if (Directory.Exists(addInPath)) { 671if (!Directory.Exists(fullPath)) 694if (!Directory.Exists(fullPath)) 712if (!Directory.Exists(folder))
System.Configuration (1)
System\Configuration\Internal\InternalConfigHost.cs (1)
199if (!Directory.Exists(dir)) {
System.Data (2)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\VisualStudio\Activities\WorkflowDesignerExtensionManager.cs (2)
136if (Directory.Exists(this.ExtensionsDirectory)) 148if (Directory.Exists(this.ExtensionsDirectory))
System.Data.Entity (1)
System\Data\Metadata\MetadataArtifactLoader.cs (1)
100if (Directory.Exists(normalizedPath))
System.ServiceModel (4)
System\ServiceModel\ComIntegration\ComIntegrationManifestGenerator.cs (2)
23if (!String.IsNullOrEmpty(path) && !Directory.Exists(path)) 81if (!String.IsNullOrEmpty(path) && !Directory.Exists(path))
System\ServiceModel\ComIntegration\ComPlusInstanceContextInitializer.cs (2)
56if (Directory.Exists(manifestDirectory)) 171if (!Directory.Exists(manifestDirectory))
System.Web (18)
Compilation\AssemblyBuilder.cs (1)
1260if (Directory.Exists(generatedFilesDir)) {
Compilation\BrowserCapabilitiesCompiler.cs (1)
117if (directory != null && Directory.Exists(physicalDir)) {
Compilation\BuildManager.cs (2)
2869if (Directory.Exists(appPhysicalDir)) { 3356if (!Directory.Exists(userCachePath)) {
Compilation\BuildResultCache.cs (1)
882if (Directory.Exists(path)){
Compilation\CodeDirectoryCompiler.cs (2)
58if (Directory.Exists(physicalDir)) { 122if (!Directory.Exists(physicalDir)) {
DataAccess\SqlConnectionHelper.cs (1)
205if (!Directory.Exists(dataDir)) {
FileChangesMonitor.cs (2)
1979if (!Directory.Exists(dir)) 2009else if (Directory.Exists(dirRootSubDir)) {
Hosting\ISAPIApplicationHost.cs (1)
83if (!Directory.Exists(_physicalPath)) {
Hosting\MapPathBasedVirtualPathProvider.cs (1)
95bool exists = (isFile) ? File.Exists(physicalPath) : Directory.Exists(physicalPath);
HttpInputStream.cs (1)
225if (!Directory.Exists(tempDir)) {
Management\regiisutil.cs (2)
270if (!Directory.Exists(dirName)) 363if (!System.IO.Directory.Exists(System.IO.Path.GetDirectoryName(fileName)))
UI\Util.cs (2)
237if (!Directory.Exists(dir)) 294if (!Directory.Exists(dir))
Util\FileUtil.cs (1)
301exists = Directory.Exists(dirname);
System.Web.DataVisualization (2)
WebForm\General\ChartHttpHandler.cs (2)
217if (!Directory.Exists(Settings.Directory + _controllerDirectory)) 1231if (!System.IO.Directory.Exists(fileDirectory))
System.Web.Services (1)
System\Web\Services\Discovery\DynamicPhysicalDiscoSearcher.cs (1)
59if ( !Directory.Exists(dir) )
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Application.cs (1)
1267if (!Directory.Exists(path)) {
System.Workflow.ComponentModel (3)
AuthoringOM\Compiler\XomlCompiler.cs (1)
891if (Directory.Exists(tempAssemblyDirectory))
AuthoringOM\Compiler\XomlCompilerHelpers.cs (1)
536return Directory.Exists(fullPathName);
AuthoringOM\Design\Themes.cs (1)
508if (directory.Length > 0 && !Directory.Exists(directory))
System.Xml (2)
System\Xml\Serialization\Compiler.cs (2)
129if (!Directory.Exists(baseDir)) { 136if (!Directory.Exists(baseDir)) {