1 reference to CreateApiMap
Microsoft.CodeAnalysis.PublicApiAnalyzers (1)
DeclarePublicApiAnalyzer.Impl.cs (1)
93
_apiMap = new Lazy<IReadOnlyDictionary<string, ApiLine>>(() =>
CreateApiMap
(shippedData, unshippedData));