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