8 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));
Microsoft.Analyzers.Local.Tests (3)
ApiLifecycle\ApiLifecycleAnalyzerTest.cs (3)
573
new[] { DiagDescriptors.
PublishedSymbolsCantBeDeleted
.Id },
599
new[] { DiagDescriptors.
PublishedSymbolsCantBeDeleted
.Id },
632
new[] { DiagDescriptors.
PublishedSymbolsCantBeDeleted
.Id },