4 references to IsShippedApi
Microsoft.CodeAnalysis.PublicApiAnalyzers (4)
DeclarePublicApiAnalyzer.Impl.cs (4)
278
reportAnnotateApi(symbol, isImplicitlyDeclaredConstructor, publicApiName, foundApiLine.
IsShippedApi
, foundApiLine.GetPath(_additionalFiles));
283
reportAnnotateApi(symbol, isImplicitlyDeclaredConstructor, publicApiName, foundApiLine.
IsShippedApi
, foundApiLine.GetPath(_additionalFiles));
304
var isMethodShippedApi = !foundApiLine.IsDefault && foundApiLine.
IsShippedApi
;
375
!overloadPublicApiLine.
IsShippedApi
;