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