Implemented interface members:
property
Current
System.Collections.Immutable.IStrongEnumerator<T>.Current
21 references to Current
GenerateDocumentationAndConfigFiles (2)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\MultiDictionary.cs (1)
73return _count > 1 ? _values.Current : _value;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1+Enumerator.cs (1)
27/// <inheritdoc cref="ImmutableHashSet{T}.Enumerator.Current"/>
Microsoft.Build (1)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\ImmutableSegmentedHashSet`1+Enumerator.cs (1)
27/// <inheritdoc cref="ImmutableHashSet{T}.Enumerator.Current"/>
Microsoft.CodeAnalysis (2)
InternalUtilities\MultiDictionary.cs (1)
73return _count > 1 ? _values.Current : _value;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1+Enumerator.cs (1)
27/// <inheritdoc cref="ImmutableHashSet{T}.Enumerator.Current"/>
Microsoft.CodeAnalysis.Analyzers (2)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\MultiDictionary.cs (1)
73return _count > 1 ? _values.Current : _value;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1+Enumerator.cs (1)
27/// <inheritdoc cref="ImmutableHashSet{T}.Enumerator.Current"/>
Microsoft.CodeAnalysis.AnalyzerUtilities (2)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\MultiDictionary.cs (1)
73return _count > 1 ? _values.Current : _value;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1+Enumerator.cs (1)
27/// <inheritdoc cref="ImmutableHashSet{T}.Enumerator.Current"/>
Microsoft.CodeAnalysis.CodeStyle (2)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\MultiDictionary.cs (1)
73return _count > 1 ? _values.Current : _value;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1+Enumerator.cs (1)
27/// <inheritdoc cref="ImmutableHashSet{T}.Enumerator.Current"/>
Microsoft.CodeAnalysis.Extensions.Package (1)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1+Enumerator.cs (1)
27/// <inheritdoc cref="ImmutableHashSet{T}.Enumerator.Current"/>
Microsoft.CodeAnalysis.ResxSourceGenerator (2)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\MultiDictionary.cs (1)
73return _count > 1 ? _values.Current : _value;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1+Enumerator.cs (1)
27/// <inheritdoc cref="ImmutableHashSet{T}.Enumerator.Current"/>
Microsoft.CodeAnalysis.Workspaces (2)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\MultiDictionary.cs (1)
73return _count > 1 ? _values.Current : _value;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1+Enumerator.cs (1)
27/// <inheritdoc cref="ImmutableHashSet{T}.Enumerator.Current"/>
Roslyn.Diagnostics.Analyzers (2)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\MultiDictionary.cs (1)
73return _count > 1 ? _values.Current : _value;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1+Enumerator.cs (1)
27/// <inheritdoc cref="ImmutableHashSet{T}.Enumerator.Current"/>
System.Collections.Immutable (3)
System\Collections\Immutable\ImmutableHashSet_1.cs (2)
802if (!other.Contains(e.Current)) 818if (!other.Contains(e.Current))
System\Collections\Immutable\ImmutableHashSet_1.Enumerator.cs (1)
68get { return this.Current; }