Implemented interface member:
method
GetEnumerator
System.Collections.Immutable.IStrongEnumerable<T, TEnumerator>.GetEnumerator()
11 references to GetEnumerator
Microsoft.CodeAnalysis (2)
InternalUtilities\MultiDictionary.cs (1)
47_values = set.GetEnumerator();
src\Dependencies\Collections\ImmutableSegmentedHashSet`1.cs (1)
173/// <inheritdoc cref="ImmutableHashSet{T}.GetEnumerator()"/>
Microsoft.CodeAnalysis.CodeStyle (2)
src\Compilers\Core\Portable\InternalUtilities\MultiDictionary.cs (1)
47_values = set.GetEnumerator();
src\Dependencies\Collections\ImmutableSegmentedHashSet`1.cs (1)
173/// <inheritdoc cref="ImmutableHashSet{T}.GetEnumerator()"/>
Microsoft.CodeAnalysis.Collections.Package (1)
ImmutableSegmentedHashSet`1.cs (1)
173/// <inheritdoc cref="ImmutableHashSet{T}.GetEnumerator()"/>
Microsoft.CodeAnalysis.Workspaces (2)
src\Compilers\Core\Portable\InternalUtilities\MultiDictionary.cs (1)
47_values = set.GetEnumerator();
src\Dependencies\Collections\ImmutableSegmentedHashSet`1.cs (1)
173/// <inheritdoc cref="ImmutableHashSet{T}.GetEnumerator()"/>
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
src\Compilers\Core\Portable\InternalUtilities\MultiDictionary.cs (1)
47_values = set.GetEnumerator();
src\Dependencies\Collections\ImmutableSegmentedHashSet`1.cs (1)
173/// <inheritdoc cref="ImmutableHashSet{T}.GetEnumerator()"/>
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableHashSet_1.cs (2)
571this.GetEnumerator(); 586return this.GetEnumerator();