5 references to PublishedSymbolsCantBeDeleted
Microsoft.Analyzers.Local (5)
ApiLifecycle\ApiLifecycleAnalyzer.cs (5)
26
DiagDescriptors.
PublishedSymbolsCantBeDeleted
,
84
context.ReportDiagnostic(Diagnostic.Create(DiagDescriptors.
PublishedSymbolsCantBeDeleted
, null, type.ModifiersAndName));
89
context.ReportDiagnostic(Diagnostic.Create(DiagDescriptors.
PublishedSymbolsCantBeDeleted
, null, method.Member));
94
context.ReportDiagnostic(Diagnostic.Create(DiagDescriptors.
PublishedSymbolsCantBeDeleted
, null, prop.Member));
99
context.ReportDiagnostic(Diagnostic.Create(DiagDescriptors.
PublishedSymbolsCantBeDeleted
, null, field.Member));