5 references to PublishedSymbolsCantBeDeleted
Microsoft.Analyzers.Local (5)
ApiLifecycle\ApiLifecycleAnalyzer.cs (5)
24
DiagDescriptors.
PublishedSymbolsCantBeDeleted
,
82
context.ReportDiagnostic(Diagnostic.Create(DiagDescriptors.
PublishedSymbolsCantBeDeleted
, null, type.ModifiersAndName));
87
context.ReportDiagnostic(Diagnostic.Create(DiagDescriptors.
PublishedSymbolsCantBeDeleted
, null, method.Member));
92
context.ReportDiagnostic(Diagnostic.Create(DiagDescriptors.
PublishedSymbolsCantBeDeleted
, null, prop.Member));
97
context.ReportDiagnostic(Diagnostic.Create(DiagDescriptors.
PublishedSymbolsCantBeDeleted
, null, field.Member));