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