1 write to Underlying
Microsoft.CodeAnalysis (1)
src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Enumerable`1.cs (1)
22
this.
Underlying
= underlying;
11 references to Underlying
Microsoft.CodeAnalysis (11)
src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Collection.cs (3)
36
return this.
Underlying
.Contains(item);
41
this.
Underlying
.CopyTo(array, arrayIndex);
48
return this.
Underlying
.Count;
src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Enumerable`1.cs (1)
27
return this.
Underlying
.GetEnumerator();
src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Enumerable`2.cs (1)
25
return this.
Underlying
.GetEnumerator();
src\Dependencies\Collections\Specialized\SpecializedCollections.ReadOnly.Set.cs (6)
41
return
Underlying
.IsProperSubsetOf(other);
46
return
Underlying
.IsProperSupersetOf(other);
51
return
Underlying
.IsSubsetOf(other);
56
return
Underlying
.IsSupersetOf(other);
61
return
Underlying
.Overlaps(other);
66
return
Underlying
.SetEquals(other);