2 references to ThrowNonIoExceptionIfPending
Microsoft.Build.Tasks.Core (2)
FileState.cs (2)
268
internal bool FileExists => !_data.Value.
ThrowNonIoExceptionIfPending
() && (_data.Value.Exists && !_data.Value.IsDirectory);
275
internal bool DirectoryExists => !_data.Value.
ThrowNonIoExceptionIfPending
() && (_data.Value.Exists && _data.Value.IsDirectory);