3 implementations of ReadFileAllText
MSBuild (3)
CachingFileSystemWrapper.cs (1)
64public string ReadFileAllText(string path)
ManagedFileSystem.cs (1)
49public string ReadFileAllText(string path)
MSBuildOnWindowsFileSystem.cs (1)
36public string ReadFileAllText(string path)
2 references to ReadFileAllText
MSBuild (2)
CachingFileSystemWrapper.cs (1)
66return _fileSystem.ReadFileAllText(path);
ExceptionHandling.cs (1)
422builder.Append(FileSystems.Default.ReadFileAllText(file));