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