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