5 references to CSharpScriptingResources
Microsoft.CodeAnalysis.CSharp.Scripting (5)
Hosting\CommandLine\Csi.cs (3)
36consoleOutput.WriteLine(CSharpScriptingResources.LogoLine1, GetCompilerVersion()); 37consoleOutput.WriteLine(CSharpScriptingResources.LogoLine2); 43consoleOutput.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)
10internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(CSharpScriptingResources)));