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