3 references to NameKey
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
CSharpUseNameofInNullableAttributeDiagnosticAnalyzer.cs (2)
29public const string NameKey = nameof(NameKey); 108ImmutableDictionary<string, string?>.Empty.Add(NameKey, stringValue)));
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
CSharpUseNameofInAttributeCodeFixProvider.cs (1)
51var name = diagnostic.Properties[CSharpUseNameofInAttributeDiagnosticAnalyzer.NameKey];