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