6 references to GetCompilerVersion
Microsoft.CodeAnalysis (2)
CommandLine\CommonCompiler.cs (2)
112
consoleOutput.WriteLine(
GetCompilerVersion
());
738
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.CommandLine.UnitTests (1)
SarifV2ErrorLoggerTests.cs (1)
429
compiler.
GetCompilerVersion
(),
Microsoft.CodeAnalysis.CSharp.Scripting (1)
Hosting\CommandLine\Csi.cs (1)
36
consoleOutput.WriteLine(CSharpScriptingResources.LogoLine1,
GetCompilerVersion
());
Microsoft.CodeAnalysis.Test.Utilities (1)
Diagnostics\DiagnosticExtensions.cs (1)
428
var expectedFileVersion = compiler.
GetCompilerVersion
();