3 references to Singleton
Microsoft.Build.Framework (3)
FileSystem\MSBuildOnWindowsFileSystem.cs (3)
71
return WindowsFileSystem.
Singleton
().DirectoryExists(path);
76
return WindowsFileSystem.
Singleton
().FileExists(path);
81
return WindowsFileSystem.
Singleton
().FileOrDirectoryExists(path);