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