3 references to TryReadFileContent
Microsoft.CodeAnalysis (1)
AdditionalTextFile.cs (1)
39
var text = _compiler.
TryReadFileContent
(_sourceFile, diagnostics);
Microsoft.CodeAnalysis.Scripting (1)
Hosting\CommandLine\CommandLineRunner.cs (1)
117
code = _compiler.
TryReadFileContent
(sourceFiles[0], diagnosticsInfos);
Microsoft.CodeAnalysis.VisualBasic (1)
CommandLine\VisualBasicCompiler.vb (1)
63
Dim content =
TryReadFileContent
(file, fileReadDiagnostics)