Implemented interface member:
method
GetEnumerator
System.Collections.Immutable.IStrongEnumerable<T, TEnumerator>.GetEnumerator()
26 references to GetEnumerator
GenerateDocumentationAndConfigFiles (2)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\MultiDictionary.cs (1)
47_values = set.GetEnumerator();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
175/// <inheritdoc cref="ImmutableHashSet{T}.GetEnumerator()"/>
Microsoft.Build (1)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\ImmutableSegmentedHashSet`1.cs (1)
175/// <inheritdoc cref="ImmutableHashSet{T}.GetEnumerator()"/>
Microsoft.CodeAnalysis (2)
InternalUtilities\MultiDictionary.cs (1)
47_values = set.GetEnumerator();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
175/// <inheritdoc cref="ImmutableHashSet{T}.GetEnumerator()"/>
Microsoft.CodeAnalysis.Analyzers (2)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\MultiDictionary.cs (1)
47_values = set.GetEnumerator();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
175/// <inheritdoc cref="ImmutableHashSet{T}.GetEnumerator()"/>
Microsoft.CodeAnalysis.AnalyzerUtilities (2)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\MultiDictionary.cs (1)
47_values = set.GetEnumerator();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
175/// <inheritdoc cref="ImmutableHashSet{T}.GetEnumerator()"/>
Microsoft.CodeAnalysis.CodeStyle (2)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\MultiDictionary.cs (1)
47_values = set.GetEnumerator();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
175/// <inheritdoc cref="ImmutableHashSet{T}.GetEnumerator()"/>
Microsoft.CodeAnalysis.Extensions.Package (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
175/// <inheritdoc cref="ImmutableHashSet{T}.GetEnumerator()"/>
Microsoft.CodeAnalysis.Features (3)
ExternalAccess\UnitTesting\API\UnitTestingInvocationReasons.cs (3)
37=> _reasons.GetEnumerator(); 40=> _reasons.GetEnumerator(); 43=> _reasons.GetEnumerator();
Microsoft.CodeAnalysis.ResxSourceGenerator (2)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\MultiDictionary.cs (1)
47_values = set.GetEnumerator();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
175/// <inheritdoc cref="ImmutableHashSet{T}.GetEnumerator()"/>
Microsoft.CodeAnalysis.Workspaces (5)
SolutionCrawler\InvocationReasons.cs (3)
37=> _reasons.GetEnumerator(); 40=> _reasons.GetEnumerator(); 43=> _reasons.GetEnumerator();
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\MultiDictionary.cs (1)
47_values = set.GetEnumerator();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
175/// <inheritdoc cref="ImmutableHashSet{T}.GetEnumerator()"/>
Roslyn.Diagnostics.Analyzers (2)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\MultiDictionary.cs (1)
47_values = set.GetEnumerator();
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1.cs (1)
175/// <inheritdoc cref="ImmutableHashSet{T}.GetEnumerator()"/>
System.Collections.Immutable (2)
System\Collections\Immutable\ImmutableHashSet_1.cs (2)
571this.GetEnumerator(); 586return this.GetEnumerator();