2 references to Rule
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
Squiggles\ErrorSquiggleProducerTests.cs (2)
421
public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics => ImmutableArray.Create(
Rule
);
433
context.ReportDiagnostic(Diagnostic.Create(
Rule
, context.Symbol.Locations.First()));