2 references to InvalidReasonShippedCantHaveRemoved
Microsoft.CodeAnalysis.PublicApiAnalyzers (1)
DeclarePublicApiAnalyzer.cs (1)
386
errors.Add(Diagnostic.Create(descriptor, Location.None,
InvalidReasonShippedCantHaveRemoved
));
Microsoft.CodeAnalysis.PublicApiAnalyzers.UnitTests (1)
DeclarePublicAPIAnalyzerTestsBase.cs (1)
716
.WithArguments(DeclarePublicApiAnalyzer.
InvalidReasonShippedCantHaveRemoved
);