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