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