3 implementations of ReadFileAllText
Microsoft.Build.Tasks.Core (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.Tasks.Core (1)
CachingFileSystemWrapper.cs (1)
66return _fileSystem.ReadFileAllText(path);