2 references to TryReadFileContent
Microsoft.CodeAnalysis (1)
AdditionalTextFile.cs (1)
40
var text = _compiler.
TryReadFileContent
(_sourceFile, diagnostics);
Microsoft.CodeAnalysis.Scripting (1)
Hosting\CommandLine\CommandLineRunner.cs (1)
120
code = Compiler.
TryReadFileContent
(sourceFiles[0], diagnosticsInfos);