5 references to _set
Microsoft.DotNet.ApiCompatibility (5)
Rules\AttributesMustMatch.cs (5)
345foreach (AttributeGroup group in _set) 354_set.Add(new AttributeGroup(attributeData)); 359foreach (AttributeGroup group in _set) 372public IEnumerator<AttributeGroup> GetEnumerator() => ((IEnumerable<AttributeGroup>)_set).GetEnumerator(); 374IEnumerator IEnumerable.GetEnumerator() => ((IEnumerable)_set).GetEnumerator();