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