2 references to s_syntaxRule
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (2)
Diagnostics\DiagnosticAnalyzerServiceTests.cs (2)
1011public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics => ImmutableArray.Create(s_syntaxRule); 1016return ImmutableArray.Create(Diagnostic.Create(s_syntaxRule, root.GetLocation()));