1 write to Underlying
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.ReadOnly.Enumerable`1.cs (1)
20
this.
Underlying
= underlying;
11 references to Underlying
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (11)
src\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.ReadOnly.Collection.cs (3)
34
return this.
Underlying
.Contains(item);
39
this.
Underlying
.CopyTo(array, arrayIndex);
46
return this.
Underlying
.Count;
src\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.ReadOnly.Enumerable`1.cs (1)
25
return this.
Underlying
.GetEnumerator();
src\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.ReadOnly.Enumerable`2.cs (1)
23
return this.
Underlying
.GetEnumerator();
src\Compilers\Core\Portable\InternalUtilities\SpecializedCollections.ReadOnly.Set.cs (6)
39
return
Underlying
.IsProperSubsetOf(other);
44
return
Underlying
.IsProperSupersetOf(other);
49
return
Underlying
.IsSubsetOf(other);
54
return
Underlying
.IsSupersetOf(other);
59
return
Underlying
.Overlaps(other);
64
return
Underlying
.SetEquals(other);