1 instantiation of WindowsFileSystem
Microsoft.Build.Framework (1)
FileSystem\WindowsFileSystem.cs (1)
35
private static readonly WindowsFileSystem Instance =
new
();
6 references to WindowsFileSystem
Microsoft.Build.Framework (6)
FileSystem\MSBuildOnWindowsFileSystem.cs (3)
71
return
WindowsFileSystem
.Singleton().DirectoryExists(path);
76
return
WindowsFileSystem
.Singleton().FileExists(path);
81
return
WindowsFileSystem
.Singleton().FileOrDirectoryExists(path);
FileSystem\WindowsFileSystem.cs (3)
35
private static readonly
WindowsFileSystem
Instance = new();
37
public static new
WindowsFileSystem
Singleton() =>
WindowsFileSystem
.Instance;