4 references to IsShippedApi
Microsoft.CodeAnalysis.PublicApiAnalyzers (4)
DeclarePublicApiAnalyzer.Impl.cs (4)
280
reportAnnotateApi(symbol, isImplicitlyDeclaredConstructor, publicApiName, foundApiLine.
IsShippedApi
, foundApiLine.GetPath(_additionalFiles));
285
reportAnnotateApi(symbol, isImplicitlyDeclaredConstructor, publicApiName, foundApiLine.
IsShippedApi
, foundApiLine.GetPath(_additionalFiles));
306
var isMethodShippedApi = !foundApiLine.IsDefault && foundApiLine.
IsShippedApi
;
377
!overloadPublicApiLine.
IsShippedApi
;