8 references to GetProductVersion
InteractiveHost.UnitTests (1)
AbstractInteractiveHostTests.cs (1)
90string.Format(CSharpScriptingResources.LogoLine1, CommonCompiler.GetProductVersion(typeof(CSharpReplServiceProvider)))
Microsoft.CodeAnalysis (1)
CommandLine\CommonCompiler.cs (1)
156return GetProductVersion(Type);
Microsoft.CodeAnalysis.CSharp (1)
Parser\DirectiveParser.cs (1)
335string version = CommonCompiler.GetProductVersion(typeof(CSharpCompiler));
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (1)
CommandLineTests.cs (1)
59private static readonly string s_compilerVersion = CommonCompiler.GetProductVersion(typeof(CommandLineTests));
Microsoft.CodeAnalysis.CSharp.Scripting (1)
Hosting\CSharpReplServiceProvider.cs (1)
24=> string.Format(CSharpScriptingResources.LogoLine1, CommonCompiler.GetProductVersion(typeof(CSharpReplServiceProvider)));
Microsoft.CodeAnalysis.CSharp.Scripting.Desktop.UnitTests (1)
CsiTests.cs (1)
24private static readonly string s_compilerVersion = CommonCompiler.GetProductVersion(typeof(Csi));
Microsoft.CodeAnalysis.CSharp.Scripting.UnitTests (1)
CommandLineRunnerTests.cs (1)
25private static readonly string s_compilerVersion = CommonCompiler.GetProductVersion(typeof(CSharpInteractiveCompiler));
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
LexicalAndXml\PreprocessorTests.cs (1)
4660return CommonCompiler.GetProductVersion(typeof(CSharpCompiler));