Implemented interface member:
method
GetEnumerator
System.Collections.Immutable.IStrongEnumerable<T, TEnumerator>.GetEnumerator()
8 references to GetEnumerator
Microsoft.Build.Framework (1)
ImmutableSegmentedList`1.cs (1)
286/// <inheritdoc cref="ImmutableList{T}.GetEnumerator()"/>
Microsoft.CodeAnalysis (1)
src\Dependencies\Collections\ImmutableSegmentedList`1.cs (1)
286/// <inheritdoc cref="ImmutableList{T}.GetEnumerator()"/>
Microsoft.CodeAnalysis.CodeStyle (1)
src\Dependencies\Collections\ImmutableSegmentedList`1.cs (1)
286/// <inheritdoc cref="ImmutableList{T}.GetEnumerator()"/>
Microsoft.CodeAnalysis.Collections.Package (1)
ImmutableSegmentedList`1.cs (1)
286/// <inheritdoc cref="ImmutableList{T}.GetEnumerator()"/>
Microsoft.CodeAnalysis.Workspaces (1)
src\Dependencies\Collections\ImmutableSegmentedList`1.cs (1)
286/// <inheritdoc cref="ImmutableList{T}.GetEnumerator()"/>
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\Dependencies\Collections\ImmutableSegmentedList`1.cs (1)
286/// <inheritdoc cref="ImmutableList{T}.GetEnumerator()"/>
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableList_1.cs (2)
901this.GetEnumerator(); 914System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() => this.GetEnumerator();