3 implementations of ReadFile
MSBuild (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
MSBuild (1)
CachingFileSystemWrapper.cs (1)
56return _fileSystem.ReadFile(path);