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