5 references to CSharpScriptingResources
Microsoft.CodeAnalysis.CSharp.Scripting (5)
Hosting\CommandLine\Csi.cs (3)
36
consoleOutput.WriteLine(
CSharpScriptingResources
.LogoLine1, GetCompilerVersion());
37
consoleOutput.WriteLine(
CSharpScriptingResources
.LogoLine2);
43
consoleOutput.Write(
CSharpScriptingResources
.InteractiveHelp);
Hosting\CSharpReplServiceProvider.cs (1)
24
=> string.Format(
CSharpScriptingResources
.LogoLine1, CommonCompiler.GetProductVersion(typeof(CSharpReplServiceProvider)));
src\ac09a6b3c011f455\Microsoft.CodeAnalysis.CSharp.Scripting.CSharpScriptingResources.cs (1)
10
internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(
CSharpScriptingResources
)));