2 references to TryGetValue
Microsoft.DotNet.ApiCompatibility (2)
Rules\AttributesMustMatch.cs (2)
101
if (rightAttributeSet.
TryGetValue
(leftGroup.Representative, out AttributeGroup? rightGroup))
156
if (leftAttributeSet.
TryGetValue
(rightGroup.Representative, out _))