2 references to Warning02
Microsoft.CodeAnalysis.CSharp.CommandLine.UnitTests (2)
CommandLineTests.cs (2)
15853
public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics => ImmutableArray.Create(
Warning02
);
15860
symbolContext.ReportDiagnostic(Diagnostic.Create(
Warning02
, symbolContext.Symbol.Locations.First()));