3 references to DirectoryExists
Microsoft.Build.Tasks.Core (3)
Copy.cs (2)
265
if (destinationFileState.
DirectoryExists
)
271
if (sourceFileState.
DirectoryExists
)
FileState.cs (1)
260
internal bool IsReadOnly => !
DirectoryExists
&& _data.Value.IsReadOnly;