2 references to ResourceManager
Microsoft.CodeAnalysis.CSharp.Features (2)
Diagnostics\Analyzers\CSharpUnboundIdentifiersDiagnosticAnalyzer.cs (1)
19
new LocalizableResourceString(nameof(CSharpFeaturesResources.The_name_0_does_not_exist_in_the_current_context), CSharpFeaturesResources.
ResourceManager
, typeof(CSharpFeaturesResources));
Microsoft.CodeAnalysis.CSharp.CSharpFeaturesResources.cs (1)
15
internal static string GetResourceString(string resourceKey, string defaultValue = null) =>
ResourceManager
.GetString(resourceKey, Culture);