3 references to GetProductVersion
Microsoft.CodeAnalysis (1)
CommandLine\CommonCompiler.cs (1)
156
return
GetProductVersion
(Type);
Microsoft.CodeAnalysis.CSharp (1)
Parser\DirectiveParser.cs (1)
335
string version = CommonCompiler.
GetProductVersion
(typeof(CSharpCompiler));
Microsoft.CodeAnalysis.CSharp.Scripting (1)
Hosting\CSharpReplServiceProvider.cs (1)
24
=> string.Format(CSharpScriptingResources.LogoLine1, CommonCompiler.
GetProductVersion
(typeof(CSharpReplServiceProvider)));