2 references to s_descriptor
Microsoft.CodeAnalysis.Test.Utilities (2)
Diagnostics\CommonDiagnosticAnalyzers.cs (2)
2727
public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics => ImmutableArray.Create(
s_descriptor
);
2852
reportDiagnostic(Diagnostic.Create(
s_descriptor
, localDecl.GetLocation(), arg));