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