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