1 implementation of ReadFileAllText
MSBuildTaskHost (1)
FileSystem\MSBuildTaskHostFileSystem.cs (1)
56
public string
ReadFileAllText
(string path)
1 reference to ReadFileAllText
MSBuildTaskHost (1)
ExceptionHandling.cs (1)
422
builder.Append(FileSystems.Default.
ReadFileAllText
(file));