8 references to PublishedSymbolsCantBeDeleted
Microsoft.Analyzers.Local (5)
ApiLifecycle\ApiLifecycleAnalyzer.cs (5)
24DiagDescriptors.PublishedSymbolsCantBeDeleted, 82context.ReportDiagnostic(Diagnostic.Create(DiagDescriptors.PublishedSymbolsCantBeDeleted, null, type.ModifiersAndName)); 87context.ReportDiagnostic(Diagnostic.Create(DiagDescriptors.PublishedSymbolsCantBeDeleted, null, method.Member)); 92context.ReportDiagnostic(Diagnostic.Create(DiagDescriptors.PublishedSymbolsCantBeDeleted, null, prop.Member)); 97context.ReportDiagnostic(Diagnostic.Create(DiagDescriptors.PublishedSymbolsCantBeDeleted, null, field.Member));
Microsoft.Analyzers.Local.Tests (3)
ApiLifecycle\ApiLifecycleAnalyzerTest.cs (3)
573new[] { DiagDescriptors.PublishedSymbolsCantBeDeleted.Id }, 599new[] { DiagDescriptors.PublishedSymbolsCantBeDeleted.Id }, 632new[] { DiagDescriptors.PublishedSymbolsCantBeDeleted.Id },