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