6 references to GetDocId
Microsoft.DotNet.ApiDiff (6)
MemoryOutputDiffGenerator.cs (6)
323dictionary.TryAdd(GetDocId(typeNode, model), typeNode); 329dictionary.TryAdd(GetDocId(delegateNode, model), delegateNode); 340dictionary.TryAdd(GetDocId(memberNode, model), memberNode); 347dictionary.TryAdd(GetDocId(memberNode, model), memberNode); 355dictionary.TryAdd(GetDocId(namespaceNode, model), namespaceNode); 527_log.LogWarning($"Attribute already exists in dictionary. Attribute: '{realAttributeNode.ToFullString()}', Member: '{GetDocId(memberNode, model)}'");