3 references to ApiNameWithNullabilityPropertyBagKey
Microsoft.CodeAnalysis.PublicApiAnalyzers (1)
DeclarePublicApiAnalyzer.Impl.cs (1)
430
.Add(
ApiNameWithNullabilityPropertyBagKey
, withObliviousIfNeeded(publicApiName.NameWithNullability))
Microsoft.CodeAnalysis.PublicApiAnalyzers.CodeFixes (2)
AnnotatePublicApiFix.cs (2)
43
string? publicSymbolNameWithNullability = diagnostic.Properties[DeclarePublicApiAnalyzer.
ApiNameWithNullabilityPropertyBagKey
];
154
string? newName = diagnostic.Properties[DeclarePublicApiAnalyzer.
ApiNameWithNullabilityPropertyBagKey
];