3 references to Descriptor
Microsoft.CodeAnalysis.Workspaces.UnitTests (3)
BatchFixAllProviderTests.cs (3)
59
public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics => ImmutableArray.Create(
Descriptor
);
74
context.ReportDiagnostic(Diagnostic.Create(
Descriptor
, node.Token.GetLocation()));
91
public override ImmutableArray<string> FixableDiagnosticIds => ImmutableArray.Create(LiteralZeroAnalyzer.
Descriptor
.Id);