Implemented interface member:
method
ReadFileAllText
Microsoft.Build.Shared.FileSystem.IFileSystem.ReadFileAllText(System.String)
1 reference to ReadFileAllText
Microsoft.Build (1)
MSBuildOnWindowsFileSystem.cs (1)
38return ManagedFileSystem.Singleton().ReadFileAllText(path);