3 references to ApiNamePropertyBagKey
Microsoft.CodeAnalysis.PublicApiAnalyzers (3)
DeclarePublicApiAnalyzer.Impl.cs (3)
414
.Add(
ApiNamePropertyBagKey
, publicApiName)
426
.Add(
ApiNamePropertyBagKey
, publicApiName.Name)
763
ImmutableDictionary<string, string?> propertyBag = ImmutableDictionary<string, string?>.Empty.Add(
ApiNamePropertyBagKey
, pair.Value.Text);