2 references to s_syntaxRule
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (2)
Diagnostics\DiagnosticAnalyzerServiceTests.cs (2)
892
public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics => [
s_syntaxRule
];
897
[Diagnostic.Create(
s_syntaxRule
, tree.GetRoot(cancellationToken).GetLocation())]);