2 references to s_descriptor
Microsoft.CodeAnalysis.Test.Utilities (2)
Diagnostics\CommonDiagnosticAnalyzers.cs (2)
2563
public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics => ImmutableArray.Create(
s_descriptor
);
2573
endContext => endContext.ReportDiagnostic(Diagnostic.Create(
s_descriptor
, context.OwningSymbol.Locations[0])));