4 references to GetCompilerVersion
Microsoft.CodeAnalysis (2)
CommandLine\CommonCompiler.cs (2)
113
consoleOutput.WriteLine(
GetCompilerVersion
());
735
string compilerVersion =
GetCompilerVersion
();
Microsoft.CodeAnalysis.CSharp (1)
CommandLine\CSharpCompiler.cs (1)
277
consoleOutput.WriteLine(ErrorFacts.GetMessage(MessageID.IDS_LogoLine1, Culture), GetToolName(),
GetCompilerVersion
());
Microsoft.CodeAnalysis.CSharp.Scripting (1)
Hosting\CommandLine\Csi.cs (1)
36
consoleOutput.WriteLine(CSharpScriptingResources.LogoLine1,
GetCompilerVersion
());