7 references to ApiNamePropertyBagKey
Microsoft.CodeAnalysis.PublicApiAnalyzers (3)
DeclarePublicApiAnalyzer.Impl.cs (3)
417
.Add(
ApiNamePropertyBagKey
, publicApiName)
429
.Add(
ApiNamePropertyBagKey
, publicApiName.Name)
766
ImmutableDictionary<string, string?> propertyBag = ImmutableDictionary<string, string?>.Empty.Add(
ApiNamePropertyBagKey
, pair.Value.Text);
Microsoft.CodeAnalysis.PublicApiAnalyzers.CodeFixes (4)
AnnotatePublicApiFix.cs (2)
42
string? publicSymbolName = diagnostic.Properties[DeclarePublicApiAnalyzer.
ApiNamePropertyBagKey
];
153
string? oldName = diagnostic.Properties[DeclarePublicApiAnalyzer.
ApiNamePropertyBagKey
];
DeclarePublicApiFix.cs (2)
44
string? publicSurfaceAreaSymbolName = diagnostic.Properties[DeclarePublicApiAnalyzer.
ApiNamePropertyBagKey
];
284
string? publicSurfaceAreaSymbolName = diagnostic.Properties[DeclarePublicApiAnalyzer.
ApiNamePropertyBagKey
];