1 instantiation of WindowsFileSystem
Microsoft.Build.Tasks.Core (1)
WindowsFileSystem.cs (1)
35
private static readonly WindowsFileSystem Instance =
new
();
6 references to WindowsFileSystem
Microsoft.Build.Tasks.Core (6)
MSBuildOnWindowsFileSystem.cs (3)
73
return
WindowsFileSystem
.Singleton().DirectoryExists(path);
78
return
WindowsFileSystem
.Singleton().FileExists(path);
83
return
WindowsFileSystem
.Singleton().FileOrDirectoryExists(path);
WindowsFileSystem.cs (3)
35
private static readonly
WindowsFileSystem
Instance = new();
37
public static new
WindowsFileSystem
Singleton() =>
WindowsFileSystem
.Instance;