5 references to _set
Microsoft.DotNet.ApiCompatibility (5)
Rules\AttributesMustMatch.cs (5)
312foreach (AttributeGroup group in _set) 321_set.Add(new AttributeGroup(attributeData)); 326foreach (AttributeGroup group in _set) 339public IEnumerator<AttributeGroup> GetEnumerator() => ((IEnumerable<AttributeGroup>)_set).GetEnumerator(); 341IEnumerator IEnumerable.GetEnumerator() => ((IEnumerable)_set).GetEnumerator();