Implemented interface members:
property
Current
System.Collections.Immutable.IStrongEnumerator<T>.Current
10 references to Current
Microsoft.CodeAnalysis (2)
InternalUtilities\MultiDictionary.cs (1)
73return _count > 1 ? _values.Current : _value;
src\Dependencies\Collections\ImmutableSegmentedHashSet`1+Enumerator.cs (1)
25/// <inheritdoc cref="ImmutableHashSet{T}.Enumerator.Current"/>
Microsoft.CodeAnalysis.CodeStyle (2)
src\Compilers\Core\Portable\InternalUtilities\MultiDictionary.cs (1)
73return _count > 1 ? _values.Current : _value;
src\Dependencies\Collections\ImmutableSegmentedHashSet`1+Enumerator.cs (1)
25/// <inheritdoc cref="ImmutableHashSet{T}.Enumerator.Current"/>
Microsoft.CodeAnalysis.Collections.Package (1)
ImmutableSegmentedHashSet`1+Enumerator.cs (1)
25/// <inheritdoc cref="ImmutableHashSet{T}.Enumerator.Current"/>
Microsoft.CodeAnalysis.Workspaces (2)
src\Compilers\Core\Portable\InternalUtilities\MultiDictionary.cs (1)
73return _count > 1 ? _values.Current : _value;
src\Dependencies\Collections\ImmutableSegmentedHashSet`1+Enumerator.cs (1)
25/// <inheritdoc cref="ImmutableHashSet{T}.Enumerator.Current"/>
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (2)
src\Compilers\Core\Portable\InternalUtilities\MultiDictionary.cs (1)
73return _count > 1 ? _values.Current : _value;
src\Dependencies\Collections\ImmutableSegmentedHashSet`1+Enumerator.cs (1)
25/// <inheritdoc cref="ImmutableHashSet{T}.Enumerator.Current"/>
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableHashSet_1.Enumerator.cs (1)
68get { return this.Current; }