2 references to s_rule
Microsoft.CodeAnalysis.CSharp.EndToEnd.UnitTests (2)
EndToEndTests.cs (2)
1094
public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics => ImmutableArray.Create(
s_rule
);
1103
c.ReportDiagnostic(CodeAnalysis.Diagnostic.Create(
s_rule
, symbol.Locations[0], symbol.Name));