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