3 references to Singleton
Microsoft.Build.Tasks.Core (3)
MSBuildOnWindowsFileSystem.cs (3)
73
return WindowsFileSystem.
Singleton
().DirectoryExists(path);
78
return WindowsFileSystem.
Singleton
().FileExists(path);
83
return WindowsFileSystem.
Singleton
().FileOrDirectoryExists(path);