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