Implemented interface member:
method
GetEnumerator
System.Collections.Immutable.IStrongEnumerable<T, TEnumerator>.GetEnumerator()
12 references to GetEnumerator
GenerateDocumentationAndConfigFiles (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
288/// <inheritdoc cref="ImmutableList{T}.GetEnumerator()"/>
Microsoft.Build (1)
src\5057ed6cf5d6323b\ImmutableSegmentedList`1.cs (1)
288/// <inheritdoc cref="ImmutableList{T}.GetEnumerator()"/>
Microsoft.CodeAnalysis (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
288/// <inheritdoc cref="ImmutableList{T}.GetEnumerator()"/>
Microsoft.CodeAnalysis.Analyzers (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
288/// <inheritdoc cref="ImmutableList{T}.GetEnumerator()"/>
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
288/// <inheritdoc cref="ImmutableList{T}.GetEnumerator()"/>
Microsoft.CodeAnalysis.CodeStyle (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
288/// <inheritdoc cref="ImmutableList{T}.GetEnumerator()"/>
Microsoft.CodeAnalysis.Extensions.Package (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
288/// <inheritdoc cref="ImmutableList{T}.GetEnumerator()"/>
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
288/// <inheritdoc cref="ImmutableList{T}.GetEnumerator()"/>
Microsoft.CodeAnalysis.Workspaces (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
288/// <inheritdoc cref="ImmutableList{T}.GetEnumerator()"/>
Roslyn.Diagnostics.Analyzers (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1.cs (1)
288/// <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();