2 references to UsingToStringInLoggers
Microsoft.Analyzers.Extra (2)
UsingToStringInLoggersAnalyzer.cs (2)
17
public override ImmutableArray<DiagnosticDescriptor> SupportedDiagnostics => ImmutableArray.Create(DiagDescriptors.
UsingToStringInLoggers
);
69
yield return Diagnostic.Create(DiagDescriptors.
UsingToStringInLoggers
, arg.Syntax.GetLocation());