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