3 implementations of ReadFile
Microsoft.Build.Tasks.Core (3)
CachingFileSystemWrapper.cs (1)
54public TextReader ReadFile(string path)
ManagedFileSystem.cs (1)
37public TextReader ReadFile(string path)
MSBuildOnWindowsFileSystem.cs (1)
26public TextReader ReadFile(string path)
1 reference to ReadFile
Microsoft.Build.Tasks.Core (1)
CachingFileSystemWrapper.cs (1)
56return _fileSystem.ReadFile(path);