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