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