2 references to TryReadFileContent
Microsoft.CodeAnalysis (1)
CommandLine\CommonCompiler.cs (1)
258return TryReadFileContent(file, diagnostics, out _);
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CSharpCompiler.cs (1)
182var content = TryReadFileContent(file, fileDiagnostics, out normalizedFilePath);