2 references to UseNameofInAttributeDiagnosticId
Microsoft.CodeAnalysis.CSharp.Features (2)
CSharpUseNameofInAttributeCodeFixProvider.cs (1)
30
public override ImmutableArray<string> FixableDiagnosticIds { get; } = ImmutableArray.Create(IDEDiagnosticIds.
UseNameofInAttributeDiagnosticId
);
CSharpUseNameofInNullableAttributeDiagnosticAnalyzer.cs (1)
32
: base(IDEDiagnosticIds.
UseNameofInAttributeDiagnosticId
,