3 references to NameKey
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
src\Analyzers\CSharp\Analyzers\UseNameofInNullableAttribute\CSharpUseNameofInNullableAttributeDiagnosticAnalyzer.cs (2)
23
public const string NameKey = nameof(
NameKey
);
106
ImmutableDictionary<string, string?>.Empty.Add(
NameKey
, stringValue)));
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
src\Analyzers\CSharp\CodeFixes\UseNameofInAttribute\CSharpUseNameofInAttributeCodeFixProvider.cs (1)
44
var name = diagnostic.Properties[CSharpUseNameofInAttributeDiagnosticAnalyzer.
NameKey
];