3 references to LegacyLogging
Microsoft.Analyzers.Extra (3)
CallAnalyzer.cs (1)
18DiagDescriptors.LegacyLogging,
LegacyLogging.cs (1)
38var diagnostic = Diagnostic.Create(DiagDescriptors.LegacyLogging, op.Syntax.GetLocation());
LegacyLoggingFixer.cs (1)
50public override ImmutableArray<string> FixableDiagnosticIds => ImmutableArray.Create(DiagDescriptors.LegacyLogging.Id);