3 implementations of ReadFileAllText
Microsoft.Build.Engine.OM.UnitTests (3)
CachingFileSystemWrapper.cs (1)
64public string ReadFileAllText(string path)
ManagedFileSystem.cs (1)
47public string ReadFileAllText(string path)
MSBuildOnWindowsFileSystem.cs (1)
36public string ReadFileAllText(string path)
1 reference to ReadFileAllText
Microsoft.Build.Engine.OM.UnitTests (1)
CachingFileSystemWrapper.cs (1)
66return _fileSystem.ReadFileAllText(path);