529 implementations of Current
dotnet (1)
Commands\Test\MTP\Models.cs (1)
70public TestModule Current
dotnet-dev-certs (1)
src\aspnetcore\src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
610public CommandArgument Current
dotnet-getdocument (1)
src\aspnetcore\src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
610public CommandArgument Current
dotnet-openapi (1)
src\aspnetcore\src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
610public CommandArgument Current
dotnet-sql-cache (1)
src\aspnetcore\src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
610public CommandArgument Current
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSchemas.cs (1)
936public XmlSchema Current
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CollectionDataContract.cs (2)
1472public KeyValue<object, object> Current 1507public KeyValue<K, V> Current
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ImportedPolicyConversionContext.cs (1)
183public T Current
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\PolicyReader.cs (1)
361public T Current
dotnet-user-jwts (1)
src\aspnetcore\src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
610public CommandArgument Current
dotnet-user-secrets (1)
src\aspnetcore\src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
610public CommandArgument Current
GenerateDocumentationAndConfigFiles (26)
src\roslyn\src\Compilers\Core\Portable\Collections\OrderPreservingMultiDictionary.cs (1)
347public V Current => _valueSet[_index];
src\roslyn\src\Compilers\Core\Portable\Collections\SmallDictionary.cs (3)
589K IEnumerator<K>.Current => _e.Current; 706V IEnumerator<V>.Current => _e.Current; 812KeyValuePair<K, V> IEnumerator<KeyValuePair<K, V>>.Current => _e.Current;
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\ConsList`1.cs (1)
34public T Current
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\MultiDictionary.cs (1)
69public V Current
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Enumerator.cs (1)
45public readonly KeyValuePair<TKey, TValue> Current => _enumerator.Current;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection+Enumerator.cs (1)
25public readonly TKey Current => _enumerator.Current.Key;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection+Enumerator.cs (1)
25public readonly TValue Current => _enumerator.Current.Value;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1+Enumerator.cs (1)
28public readonly T Current => _enumerator.Current;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+Enumerator.cs (1)
25public readonly T Current => _enumerator.Current;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (1)
385public readonly T Current => _current;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (3)
1217public readonly KeyValuePair<TKey, TValue> Current => _current; 1472public readonly TKey Current => _currentKey!; 1679public readonly TValue Current => _currentValue!;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedHashSet`1.cs (1)
1427public readonly T Current => _current;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
1363public readonly T Current => _current!;
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Enumerator`1.cs (1)
24public new T Current => throw new InvalidOperationException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Singleton.Enumerator`1.cs (1)
27public T Current => _loneValue;
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\SmallDictionary.cs (3)
703K IEnumerator<K>.Current => _e.Current; 820V IEnumerator<V>.Current => _e.Current; 926KeyValuePair<K, V> IEnumerator<KeyValuePair<K, V>>.Current => _e.Current;
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\IntervalTreeHelpers.Enumerator.cs (1)
32public readonly T Current => default(TIntervalTreeWitness).GetValue(tree, _nodeEnumerator.Current);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\IntervalTreeHelpers.NodeEnumerator.cs (1)
51public readonly TNode Current => _currentNode!;
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EmbeddedLanguages\VirtualChars\VirtualCharSequence.cs (1)
186public readonly VirtualChar Current => virtualCharSequence[_position];
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\ConcatImmutableArray`1.cs (1)
38public T Current => _current.Current;
GetDocument.Insider (1)
src\aspnetcore\src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (1)
610public CommandArgument Current
ILCompiler.Compiler (3)
src\runtime\src\coreclr\tools\Common\Pgo\PgoFormat.cs (1)
131public long Current => _current;
src\runtime\src\tools\illink\src\ILLink.Shared\DataFlow\ValueSet.cs (1)
101public TValue Current => _enumerator is not null
src\runtime\src\tools\illink\src\ILLink.Shared\TypeSystemProxy\ParameterCollection.cs (1)
52public ParameterProxy Current => new ParameterProxy(_method, (ParameterIndex)_current);
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\Pgo\PgoFormat.cs (1)
131public long Current => _current;
src\runtime\src\tools\illink\src\ILLink.Shared\TypeSystemProxy\ParameterCollection.cs (1)
52public ParameterProxy Current => new ParameterProxy(_method, (ParameterIndex)_current);
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\Utilities\LockFreeReaderHashtable.cs (1)
725public TValue Current
illink (2)
ILLink.RoslynAnalyzer (2)
src\runtime\src\tools\illink\src\ILLink.Shared\DataFlow\ValueSet.cs (1)
101public TValue Current => _enumerator is not null
src\runtime\src\tools\illink\src\ILLink.Shared\TypeSystemProxy\ParameterCollection.cs (1)
52public ParameterProxy Current => new ParameterProxy(_method, (ParameterIndex)_current);
Microsoft.AspNetCore.App.Analyzers (1)
Infrastructure\VirtualChars\VirtualCharSequence.Enumerator.cs (1)
24public VirtualChar Current => _virtualCharSequence[_position];
Microsoft.AspNetCore.Components (3)
src\aspnetcore\src\Http\Http.Abstractions\src\Routing\RouteValueDictionary.cs (1)
808public KeyValuePair<string, object?> Current { get; private set; }
src\aspnetcore\src\Http\Routing\src\PathTokenizer.cs (1)
126public StringSegment Current
src\aspnetcore\src\Http\Routing\src\Tree\TreeEnumerator.cs (1)
25public UrlMatchingNode Current { get; private set; }
Microsoft.AspNetCore.Components.Endpoints (2)
FormMapping\FormDataReader.cs (1)
304public ReadOnlyMemory<char> Current => _enumerator.Current.Value;
TempData\TempData.cs (1)
183public KeyValuePair<string, object?> Current
Microsoft.AspNetCore.Components.Server (1)
src\aspnetcore\src\submodules\MessagePack-CSharp\src\MessagePack.UnityClient\Assets\Scripts\MessagePack\Utilities.cs (1)
72public DictionaryEntry Current => this.enumerator.Entry;
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (1)
parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadOnlyList.cs (1)
55public T Current => throw new InvalidOperationException();
Microsoft.AspNetCore.Http (7)
FormCollection.cs (1)
204public KeyValuePair<string, StringValues> Current
HeaderDictionary.cs (1)
425public KeyValuePair<string, StringValues> Current
Internal\ItemsDictionary.cs (1)
147public KeyValuePair<object, object?> Current => default;
Internal\RequestCookieCollection.cs (1)
196public KeyValuePair<string, string> Current
QueryCollection.cs (1)
220public KeyValuePair<string, StringValues> Current
QueryCollectionInternal.cs (1)
114public KeyValuePair<string, StringValues> Current => _notEmpty ? _dictionaryEnumerator.Current : default;
src\aspnetcore\src\Shared\Dictionary\AdaptiveCapacityDictionary.cs (1)
629public KeyValuePair<TKey, TValue> Current { get; private set; }
Microsoft.AspNetCore.Http.Abstractions (3)
Internal\HeaderSegmentCollection.cs (1)
112public HeaderSegment Current
Routing\EndpointMetadataCollection.cs (1)
184public object Current => _current!;
Routing\RouteValueDictionary.cs (1)
808public KeyValuePair<string, object?> Current { get; private set; }
Microsoft.AspNetCore.Http.Extensions (1)
src\aspnetcore\src\Components\Endpoints\src\FormMapping\FormDataReader.cs (1)
304public ReadOnlyMemory<char> Current => _enumerator.Current.Value;
Microsoft.AspNetCore.Mvc.Abstractions (3)
ModelBinding\ModelStateDictionary.cs (3)
1029public KeyValuePair<string, ModelStateEntry> Current => 1152public string Current { get; private set; } 1227public ModelStateEntry Current { get; private set; }
Microsoft.AspNetCore.Mvc.Core (5)
Diagnostics\EventData.cs (1)
50public KeyValuePair<string, object> Current { get; private set; }
ModelBinding\Validation\DefaultCollectionValidationStrategy.cs (1)
110public ValidationEntry Current => _entry;
ModelBinding\Validation\DefaultComplexObjectValidationStrategy.cs (1)
71public ValidationEntry Current => _entry;
ModelBinding\Validation\ExplicitIndexCollectionValidationStrategy.cs (1)
80public ValidationEntry Current => _entry;
ModelBinding\Validation\ShortFormDictionaryValidationStrategy.cs (1)
84public ValidationEntry Current => _entry;
Microsoft.AspNetCore.Mvc.Formatters.Xml (1)
DelegatingEnumerator.cs (1)
35public TWrapped Current
Microsoft.AspNetCore.Mvc.ViewFeatures (4)
AttributeDictionary.cs (3)
342public KeyValuePair<string, string?> Current => _attributes.Get(_index); 452public string Current => _attributes.Get(_index).Key; 557public string? Current => _attributes.Get(_index).Value;
TempDataDictionary.cs (1)
287public KeyValuePair<string, object?> Current
Microsoft.AspNetCore.Owin (2)
DictionaryStringArrayWrapper.cs (1)
109public KeyValuePair<string, string[]> Current => _current;
DictionaryStringValuesWrapper.cs (1)
154public KeyValuePair<string, StringValues> Current => _current;
Microsoft.AspNetCore.Razor.Utilities.Shared (1)
src\roslyn\src\Razor\src\Shared\Microsoft.AspNetCore.Razor.SharedUtilities\PooledObjects\PooledList`1.Enumerator.cs (1)
24public T Current => _current!;
Microsoft.AspNetCore.Routing (2)
PathTokenizer.cs (1)
126public StringSegment Current
Tree\TreeEnumerator.cs (1)
25public UrlMatchingNode Current { get; private set; }
Microsoft.AspNetCore.Server.Kestrel.Core (6)
Internal\Http\HttpRequestHeaders.cs (2)
231public KeyValuePair<string, StringValues> Current => Enumerator.Current; 263public readonly KeyValuePair<string, StringValues> Current => _current;
Internal\Http\HttpResponseHeaders.cs (1)
163public readonly KeyValuePair<string, StringValues> Current => _current;
Internal\Http\HttpResponseTrailers.cs (1)
72public readonly KeyValuePair<string, StringValues> Current => _current;
Internal\Http3\Http3HeadersEnumerator.cs (1)
30public KeyValuePair<string, string> Current { get; private set; }
src\aspnetcore\src\Servers\Kestrel\shared\Http2HeadersEnumerator.cs (1)
43public KeyValuePair<string, string> Current { get; private set; }
Microsoft.AspNetCore.SignalR.Client.Core (1)
src\aspnetcore\src\SignalR\common\Shared\MessageBuffer.cs (1)
464public (ReadOnlyMemory<byte>, long) Current
Microsoft.AspNetCore.SignalR.Core (2)
HubConnectionStore.cs (1)
85public HubConnectionContext Current => _enumerator.Current.Value;
src\aspnetcore\src\SignalR\common\Shared\MessageBuffer.cs (1)
464public (ReadOnlyMemory<byte>, long) Current
Microsoft.Build (22)
Collections\ArrayDictionary.cs (1)
236public KeyValuePair<TKey, TValue> Current =>
Collections\ConvertingEnumerable.cs (1)
85public readonly TTo2 Current
Collections\CopyOnWritePropertyDictionary.cs (1)
400public T Current { get; private set; }
Collections\ItemDictionary.cs (1)
440public T Current => _itemEnumerator?.Current;
Collections\RetrievableEntryHashSet\RetrievableEntryHashSet.cs (1)
989public T Current
Construction\ProjectElementContainer.cs (2)
899public T Current 1005public ProjectElement Current { get; private set; }
Evaluation\ItemDataCollectionValue.cs (1)
29public I Current => (_value is IList<I> list) ? list[_index] : (I)_value;
Evaluation\SemiColonTokenizer.cs (1)
54public string Current
src\5057ed6cf5d6323b\ImmutableSegmentedDictionary`2+Enumerator.cs (1)
45public readonly KeyValuePair<TKey, TValue> Current => _enumerator.Current;
src\5057ed6cf5d6323b\ImmutableSegmentedDictionary`2+KeyCollection+Enumerator.cs (1)
25public readonly TKey Current => _enumerator.Current.Key;
src\5057ed6cf5d6323b\ImmutableSegmentedDictionary`2+ValueCollection+Enumerator.cs (1)
25public readonly TValue Current => _enumerator.Current.Value;
src\5057ed6cf5d6323b\ImmutableSegmentedHashSet`1+Enumerator.cs (1)
28public readonly T Current => _enumerator.Current;
src\5057ed6cf5d6323b\ImmutableSegmentedList`1+Enumerator.cs (1)
25public readonly T Current => _enumerator.Current;
src\5057ed6cf5d6323b\SegmentedDictionary`2.cs (3)
1217public readonly KeyValuePair<TKey, TValue> Current => _current; 1472public readonly TKey Current => _currentKey!; 1679public readonly TValue Current => _currentValue!;
src\8b3a4ac2431f87ea\SpecializedCollections.Empty.Enumerator`1.cs (1)
24public new T Current => throw new InvalidOperationException();
src\8b3a4ac2431f87ea\SpecializedCollections.Singleton.Enumerator`1.cs (1)
27public T Current => _loneValue;
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\SegmentedArray`1.cs (1)
385public readonly T Current => _current;
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\SegmentedHashSet`1.cs (1)
1427public readonly T Current => _current;
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\SegmentedList`1.cs (1)
1363public readonly T Current => _current!;
Microsoft.CodeAnalysis (32)
Binding\AbstractLookupSymbolsInfo.cs (1)
41public int Current => _current;
Collections\OrderPreservingMultiDictionary.cs (1)
347public V Current => _valueSet[_index];
Collections\SmallDictionary.cs (3)
589K IEnumerator<K>.Current => _e.Current; 706V IEnumerator<V>.Current => _e.Current; 812KeyValuePair<K, V> IEnumerator<KeyValuePair<K, V>>.Current => _e.Current;
InternalUtilities\ConsList`1.cs (1)
34public T Current
InternalUtilities\MultiDictionary.cs (1)
69public V Current
Operations\IOperation.OperationList.cs (1)
154public IOperation Current => _enumerator.Current;
Operations\IOperation.OperationList.Reversed.cs (1)
134public IOperation Current => _enumerator.Current;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Enumerator.cs (1)
45public readonly KeyValuePair<TKey, TValue> Current => _enumerator.Current;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection+Enumerator.cs (1)
25public readonly TKey Current => _enumerator.Current.Key;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection+Enumerator.cs (1)
25public readonly TValue Current => _enumerator.Current.Value;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1+Enumerator.cs (1)
28public readonly T Current => _enumerator.Current;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+Enumerator.cs (1)
25public readonly T Current => _enumerator.Current;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (1)
385public readonly T Current => _current;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (3)
1217public readonly KeyValuePair<TKey, TValue> Current => _current; 1472public readonly TKey Current => _currentKey!; 1679public readonly TValue Current => _currentValue!;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedHashSet`1.cs (1)
1427public readonly T Current => _current;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
1363public readonly T Current => _current!;
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Enumerator`1.cs (1)
24public new T Current => throw new InvalidOperationException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Singleton.Enumerator`1.cs (1)
27public T Current => _loneValue;
Syntax\ChildSyntaxList.Enumerator.cs (1)
128public SyntaxNodeOrToken Current
Syntax\ChildSyntaxList.Reversed.cs (1)
119public SyntaxNodeOrToken Current
Syntax\SeparatedSyntaxList.Enumerator.cs (1)
75public TNode Current
Syntax\SyntaxList`1.Enumerator.cs (1)
76public TNode Current
Syntax\SyntaxNodeOrTokenList.cs (1)
570public SyntaxNodeOrToken Current => _list[_index];
Syntax\SyntaxTokenList.Enumerator.cs (1)
141public SyntaxToken Current => _enumerator.Current;
Syntax\SyntaxTokenList.Reversed.cs (1)
153public SyntaxToken Current => _enumerator.Current;
Syntax\SyntaxTriviaList.Enumerator.cs (1)
145public SyntaxTrivia Current => _enumerator.Current;
Syntax\SyntaxTriviaList.Reversed.cs (1)
142public SyntaxTrivia Current => _enumerator.Current;
Text\TextLineCollection.cs (1)
108public TextLine Current
Microsoft.CodeAnalysis.Analyzers (26)
src\roslyn\src\Compilers\Core\Portable\Collections\OrderPreservingMultiDictionary.cs (1)
347public V Current => _valueSet[_index];
src\roslyn\src\Compilers\Core\Portable\Collections\SmallDictionary.cs (3)
589K IEnumerator<K>.Current => _e.Current; 706V IEnumerator<V>.Current => _e.Current; 812KeyValuePair<K, V> IEnumerator<KeyValuePair<K, V>>.Current => _e.Current;
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\ConsList`1.cs (1)
34public T Current
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\MultiDictionary.cs (1)
69public V Current
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Enumerator.cs (1)
45public readonly KeyValuePair<TKey, TValue> Current => _enumerator.Current;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection+Enumerator.cs (1)
25public readonly TKey Current => _enumerator.Current.Key;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection+Enumerator.cs (1)
25public readonly TValue Current => _enumerator.Current.Value;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1+Enumerator.cs (1)
28public readonly T Current => _enumerator.Current;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+Enumerator.cs (1)
25public readonly T Current => _enumerator.Current;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (1)
385public readonly T Current => _current;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (3)
1217public readonly KeyValuePair<TKey, TValue> Current => _current; 1472public readonly TKey Current => _currentKey!; 1679public readonly TValue Current => _currentValue!;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedHashSet`1.cs (1)
1427public readonly T Current => _current;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
1363public readonly T Current => _current!;
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Enumerator`1.cs (1)
24public new T Current => throw new InvalidOperationException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Singleton.Enumerator`1.cs (1)
27public T Current => _loneValue;
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\SmallDictionary.cs (3)
703K IEnumerator<K>.Current => _e.Current; 820V IEnumerator<V>.Current => _e.Current; 926KeyValuePair<K, V> IEnumerator<KeyValuePair<K, V>>.Current => _e.Current;
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\IntervalTreeHelpers.Enumerator.cs (1)
32public readonly T Current => default(TIntervalTreeWitness).GetValue(tree, _nodeEnumerator.Current);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\IntervalTreeHelpers.NodeEnumerator.cs (1)
51public readonly TNode Current => _currentNode!;
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EmbeddedLanguages\VirtualChars\VirtualCharSequence.cs (1)
186public readonly VirtualChar Current => virtualCharSequence[_position];
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\ConcatImmutableArray`1.cs (1)
38public T Current => _current.Current;
Microsoft.CodeAnalysis.AnalyzerUtilities (26)
src\roslyn\src\Compilers\Core\Portable\Collections\OrderPreservingMultiDictionary.cs (1)
347public V Current => _valueSet[_index];
src\roslyn\src\Compilers\Core\Portable\Collections\SmallDictionary.cs (3)
589K IEnumerator<K>.Current => _e.Current; 706V IEnumerator<V>.Current => _e.Current; 812KeyValuePair<K, V> IEnumerator<KeyValuePair<K, V>>.Current => _e.Current;
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\ConsList`1.cs (1)
34public T Current
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\MultiDictionary.cs (1)
69public V Current
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Enumerator.cs (1)
45public readonly KeyValuePair<TKey, TValue> Current => _enumerator.Current;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection+Enumerator.cs (1)
25public readonly TKey Current => _enumerator.Current.Key;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection+Enumerator.cs (1)
25public readonly TValue Current => _enumerator.Current.Value;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1+Enumerator.cs (1)
28public readonly T Current => _enumerator.Current;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+Enumerator.cs (1)
25public readonly T Current => _enumerator.Current;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (1)
385public readonly T Current => _current;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (3)
1217public readonly KeyValuePair<TKey, TValue> Current => _current; 1472public readonly TKey Current => _currentKey!; 1679public readonly TValue Current => _currentValue!;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedHashSet`1.cs (1)
1427public readonly T Current => _current;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
1363public readonly T Current => _current!;
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Enumerator`1.cs (1)
24public new T Current => throw new InvalidOperationException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Singleton.Enumerator`1.cs (1)
27public T Current => _loneValue;
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\SmallDictionary.cs (3)
703K IEnumerator<K>.Current => _e.Current; 820V IEnumerator<V>.Current => _e.Current; 926KeyValuePair<K, V> IEnumerator<KeyValuePair<K, V>>.Current => _e.Current;
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\IntervalTreeHelpers.Enumerator.cs (1)
32public readonly T Current => default(TIntervalTreeWitness).GetValue(tree, _nodeEnumerator.Current);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\IntervalTreeHelpers.NodeEnumerator.cs (1)
51public readonly TNode Current => _currentNode!;
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EmbeddedLanguages\VirtualChars\VirtualCharSequence.cs (1)
186public readonly VirtualChar Current => virtualCharSequence[_position];
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\ConcatImmutableArray`1.cs (1)
38public T Current => _current.Current;
Microsoft.CodeAnalysis.CodeStyle (23)
src\roslyn\src\Compilers\Core\Portable\Collections\OrderPreservingMultiDictionary.cs (1)
347public V Current => _valueSet[_index];
src\roslyn\src\Compilers\Core\Portable\Collections\SmallDictionary.cs (3)
589K IEnumerator<K>.Current => _e.Current; 706V IEnumerator<V>.Current => _e.Current; 812KeyValuePair<K, V> IEnumerator<KeyValuePair<K, V>>.Current => _e.Current;
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\ConsList`1.cs (1)
34public T Current
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\MultiDictionary.cs (1)
69public V Current
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Enumerator.cs (1)
45public readonly KeyValuePair<TKey, TValue> Current => _enumerator.Current;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection+Enumerator.cs (1)
25public readonly TKey Current => _enumerator.Current.Key;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection+Enumerator.cs (1)
25public readonly TValue Current => _enumerator.Current.Value;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1+Enumerator.cs (1)
28public readonly T Current => _enumerator.Current;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+Enumerator.cs (1)
25public readonly T Current => _enumerator.Current;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (1)
385public readonly T Current => _current;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (3)
1217public readonly KeyValuePair<TKey, TValue> Current => _current; 1472public readonly TKey Current => _currentKey!; 1679public readonly TValue Current => _currentValue!;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedHashSet`1.cs (1)
1427public readonly T Current => _current;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
1363public readonly T Current => _current!;
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Enumerator`1.cs (1)
24public new T Current => throw new InvalidOperationException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Singleton.Enumerator`1.cs (1)
27public T Current => _loneValue;
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\IntervalTreeHelpers.Enumerator.cs (1)
32public readonly T Current => default(TIntervalTreeWitness).GetValue(tree, _nodeEnumerator.Current);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\IntervalTreeHelpers.NodeEnumerator.cs (1)
51public readonly TNode Current => _currentNode!;
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EmbeddedLanguages\VirtualChars\VirtualCharSequence.cs (1)
186public readonly VirtualChar Current => virtualCharSequence[_position];
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\ConcatImmutableArray`1.cs (1)
38public T Current => _current.Current;
Microsoft.CodeAnalysis.Extensions.Package (13)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Enumerator.cs (1)
45public readonly KeyValuePair<TKey, TValue> Current => _enumerator.Current;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection+Enumerator.cs (1)
25public readonly TKey Current => _enumerator.Current.Key;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection+Enumerator.cs (1)
25public readonly TValue Current => _enumerator.Current.Value;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1+Enumerator.cs (1)
28public readonly T Current => _enumerator.Current;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+Enumerator.cs (1)
25public readonly T Current => _enumerator.Current;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (1)
385public readonly T Current => _current;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (3)
1217public readonly KeyValuePair<TKey, TValue> Current => _current; 1472public readonly TKey Current => _currentKey!; 1679public readonly TValue Current => _currentValue!;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedHashSet`1.cs (1)
1427public readonly T Current => _current;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
1363public readonly T Current => _current!;
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Enumerator`1.cs (1)
24public new T Current => throw new InvalidOperationException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Singleton.Enumerator`1.cs (1)
27public T Current => _loneValue;
Microsoft.CodeAnalysis.Features.ExternalAccess (1)
AspNetCore\EmbeddedLanguages\AspNetCoreVirtualCharSequence.cs (1)
75public readonly AspNetCoreVirtualChar Current
Microsoft.CodeAnalysis.NetAnalyzers (4)
src\sdk\src\Microsoft.CodeAnalysis.NetAnalyzers\src\Utilities\Compiler\PooledObjects\ArrayBuilder.Enumerator.cs (1)
26public readonly T Current => _builder[_index];
src\sdk\src\Microsoft.CodeAnalysis.NetAnalyzers\src\Utilities\Compiler\SmallDictionary.cs (3)
701K IEnumerator<K>.Current => _e.Current; 818V IEnumerator<V>.Current => _e.Current; 924KeyValuePair<K, V> IEnumerator<KeyValuePair<K, V>>.Current => _e.Current;
Microsoft.CodeAnalysis.Razor.Compiler (9)
Language\Intermediate\IntermediateNodeCollection.cs (1)
213public IntermediateNode Current
Language\Syntax\ChildSyntaxList.Enumerator.cs (1)
117public SyntaxNodeOrToken Current
Language\Syntax\SpecializedCollections.cs (1)
49public new T Current => throw new InvalidOperationException();
Language\Syntax\SyntaxList`1.Enumerator.cs (1)
63public TNode Current
Language\Syntax\SyntaxTokenList.Enumerator.cs (1)
127public SyntaxToken Current => _enumerator.Current;
Language\Syntax\SyntaxTokenList.Reversed.cs (1)
114public SyntaxToken Current => _enumerator.Current;
Language\TagHelperCollection.Builder.Enumerator.cs (1)
45public TagHelperDescriptor Current => builder[_index];
Language\TagHelperCollection.Enumerator.cs (1)
71public TagHelperDescriptor Current => _enumerator.Current;
Language\TagHelperObjectBuilderCollection`2.Enumerator.cs (1)
27public readonly TBuilder Current => _current;
Microsoft.CodeAnalysis.ResxSourceGenerator (26)
src\roslyn\src\Compilers\Core\Portable\Collections\OrderPreservingMultiDictionary.cs (1)
347public V Current => _valueSet[_index];
src\roslyn\src\Compilers\Core\Portable\Collections\SmallDictionary.cs (3)
589K IEnumerator<K>.Current => _e.Current; 706V IEnumerator<V>.Current => _e.Current; 812KeyValuePair<K, V> IEnumerator<KeyValuePair<K, V>>.Current => _e.Current;
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\ConsList`1.cs (1)
34public T Current
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\MultiDictionary.cs (1)
69public V Current
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Enumerator.cs (1)
45public readonly KeyValuePair<TKey, TValue> Current => _enumerator.Current;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection+Enumerator.cs (1)
25public readonly TKey Current => _enumerator.Current.Key;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection+Enumerator.cs (1)
25public readonly TValue Current => _enumerator.Current.Value;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1+Enumerator.cs (1)
28public readonly T Current => _enumerator.Current;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+Enumerator.cs (1)
25public readonly T Current => _enumerator.Current;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (1)
385public readonly T Current => _current;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (3)
1217public readonly KeyValuePair<TKey, TValue> Current => _current; 1472public readonly TKey Current => _currentKey!; 1679public readonly TValue Current => _currentValue!;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedHashSet`1.cs (1)
1427public readonly T Current => _current;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
1363public readonly T Current => _current!;
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Enumerator`1.cs (1)
24public new T Current => throw new InvalidOperationException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Singleton.Enumerator`1.cs (1)
27public T Current => _loneValue;
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\SmallDictionary.cs (3)
703K IEnumerator<K>.Current => _e.Current; 820V IEnumerator<V>.Current => _e.Current; 926KeyValuePair<K, V> IEnumerator<KeyValuePair<K, V>>.Current => _e.Current;
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\IntervalTreeHelpers.Enumerator.cs (1)
32public readonly T Current => default(TIntervalTreeWitness).GetValue(tree, _nodeEnumerator.Current);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\IntervalTreeHelpers.NodeEnumerator.cs (1)
51public readonly TNode Current => _currentNode!;
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EmbeddedLanguages\VirtualChars\VirtualCharSequence.cs (1)
186public readonly VirtualChar Current => virtualCharSequence[_position];
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\ConcatImmutableArray`1.cs (1)
38public T Current => _current.Current;
Microsoft.CodeAnalysis.Workspaces (23)
src\roslyn\src\Compilers\Core\Portable\Collections\OrderPreservingMultiDictionary.cs (1)
347public V Current => _valueSet[_index];
src\roslyn\src\Compilers\Core\Portable\Collections\SmallDictionary.cs (3)
589K IEnumerator<K>.Current => _e.Current; 706V IEnumerator<V>.Current => _e.Current; 812KeyValuePair<K, V> IEnumerator<KeyValuePair<K, V>>.Current => _e.Current;
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\ConsList`1.cs (1)
34public T Current
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\MultiDictionary.cs (1)
69public V Current
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Enumerator.cs (1)
45public readonly KeyValuePair<TKey, TValue> Current => _enumerator.Current;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection+Enumerator.cs (1)
25public readonly TKey Current => _enumerator.Current.Key;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection+Enumerator.cs (1)
25public readonly TValue Current => _enumerator.Current.Value;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1+Enumerator.cs (1)
28public readonly T Current => _enumerator.Current;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+Enumerator.cs (1)
25public readonly T Current => _enumerator.Current;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (1)
385public readonly T Current => _current;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (3)
1217public readonly KeyValuePair<TKey, TValue> Current => _current; 1472public readonly TKey Current => _currentKey!; 1679public readonly TValue Current => _currentValue!;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedHashSet`1.cs (1)
1427public readonly T Current => _current;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
1363public readonly T Current => _current!;
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Enumerator`1.cs (1)
24public new T Current => throw new InvalidOperationException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Singleton.Enumerator`1.cs (1)
27public T Current => _loneValue;
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\IntervalTreeHelpers.Enumerator.cs (1)
32public readonly T Current => default(TIntervalTreeWitness).GetValue(tree, _nodeEnumerator.Current);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\IntervalTreeHelpers.NodeEnumerator.cs (1)
51public readonly TNode Current => _currentNode!;
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EmbeddedLanguages\VirtualChars\VirtualCharSequence.cs (1)
186public readonly VirtualChar Current => virtualCharSequence[_position];
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\ConcatImmutableArray`1.cs (1)
38public T Current => _current.Current;
Microsoft.Extensions.AI (1)
parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadOnlyList.cs (1)
55public T Current => throw new InvalidOperationException();
Microsoft.Extensions.AI.Abstractions (2)
AdditionalPropertiesDictionary{TValue}.cs (1)
227public KeyValuePair<string, TValue> Current => _dictionaryEnumerator.Current;
parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadOnlyList.cs (1)
55public T Current => throw new InvalidOperationException();
Microsoft.Extensions.Http.Diagnostics (1)
parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadOnlyList.cs (1)
55public T Current => throw new InvalidOperationException();
Microsoft.Extensions.Logging (1)
LoggerFactoryScopeProvider.cs (1)
276public KeyValuePair<string, object?> Current => new KeyValuePair<string, object?>(_enumerator.Current.Key, _enumerator.Current.Value);
Microsoft.Extensions.Primitives (2)
StringTokenizer.cs (1)
92public StringSegment Current { get; private set; }
StringValues.cs (1)
821public string? Current => _current;
Microsoft.Extensions.Telemetry (1)
Logging\Import\LoggerFactoryScopeProvider.cs (1)
289public KeyValuePair<string, object?> Current =>
Microsoft.Gen.BuildMetadata.Unit.Tests (1)
parent\parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadOnlyList.cs (1)
55public T Current => throw new InvalidOperationException();
Microsoft.Gen.ComplianceReports.Unit.Tests (1)
parent\parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadOnlyList.cs (1)
55public T Current => throw new InvalidOperationException();
Microsoft.Gen.ContextualOptions.Unit.Tests (1)
parent\parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadOnlyList.cs (1)
55public T Current => throw new InvalidOperationException();
Microsoft.Gen.Logging.Unit.Tests (1)
parent\parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadOnlyList.cs (1)
55public T Current => throw new InvalidOperationException();
Microsoft.Gen.MetadataExtractor.Unit.Tests (1)
parent\parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadOnlyList.cs (1)
55public T Current => throw new InvalidOperationException();
Microsoft.Gen.Metrics.Unit.Tests (1)
parent\parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadOnlyList.cs (1)
55public T Current => throw new InvalidOperationException();
Microsoft.Gen.MetricsReports.Unit.Tests (1)
parent\parent\parent\parent\eng\MSBuild\parent\parent\src\Shared\EmptyCollections\EmptyReadOnlyList.cs (1)
55public T Current => throw new InvalidOperationException();
Microsoft.Maui.Controls (3)
BindableObject.cs (1)
183 public LocalValueEntry Current { get; private set; }
CastingEnumerator.cs (1)
42 public T Current
ListProxy.cs (1)
404 public object Current { get; private set; }
Microsoft.TemplateEngine.Utils (1)
CombinedList.cs (1)
71public T Current => _items[_index];
Microsoft.VisualStudio.TestPlatform.Common (1)
Utilities\SimpleJSON.cs (1)
149public KeyValuePair<string, JSONNode> Current { get { return _enumerator.Current; } }
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
Utility\Collection.cs (1)
35public TemplateType Current
Mono.Cecil (1)
Mono.Collections.Generic\Collection.cs (1)
358 public T Current {
NuGet.DependencyResolver.Core (1)
GraphModel\Tracker.cs (1)
184public readonly GraphItem<TItem> Current => _current;
NuGet.ProjectModel (1)
LazyStringSplit.cs (1)
78public string Current { get; private set; }
PresentationCore (32)
MS\Internal\FontCache\FamilyCollection.cs (1)
543Text.TextInterface.FontFamily IEnumerator<Text.TextInterface.FontFamily>.Current
MS\Internal\FontFace\TypefaceCollection.cs (1)
148public Typeface Current
MS\Internal\Generic\Span.cs (1)
387public Span<U> Current
System\Windows\FreezableCollection.cs (1)
1064public T Current
System\Windows\Generated\TextDecorationCollection.cs (1)
830public TextDecoration Current
System\Windows\Markup\XmlLanguage.cs (1)
513public XmlLanguage Current
System\Windows\Media\Animation\Generated\TimelineCollection.cs (1)
829public Timeline Current
System\Windows\Media\Animation\TimelineClockCollection.cs (1)
340Clock IEnumerator<Clock>.Current
System\Windows\Media\CharacterMetricsDictionary.cs (1)
563public KeyValuePair<int, CharacterMetrics> Current
System\Windows\Media\Effects\Generated\BitmapEffectCollection.cs (1)
832public BitmapEffect Current
System\Windows\Media\FamilyMapCollection.cs (1)
407public FontFamilyMap Current
System\Windows\Media\FamilyTypefaceCollection.cs (1)
423public FamilyTypeface Current
System\Windows\Media\Generated\DoubleCollection.cs (1)
857public double Current
System\Windows\Media\Generated\DrawingCollection.cs (1)
874public Drawing Current
System\Windows\Media\Generated\GeneralTransformCollection.cs (1)
839public GeneralTransform Current
System\Windows\Media\Generated\GeometryCollection.cs (1)
874public Geometry Current
System\Windows\Media\Generated\GradientStopCollection.cs (1)
942public GradientStop Current
System\Windows\Media\Generated\Int32Collection.cs (1)
857public int Current
System\Windows\Media\Generated\PathFigureCollection.cs (1)
929public PathFigure Current
System\Windows\Media\Generated\PathSegmentCollection.cs (1)
839public PathSegment Current
System\Windows\Media\Generated\PointCollection.cs (1)
859public Point Current
System\Windows\Media\Generated\TextEffectCollection.cs (1)
839public TextEffect Current
System\Windows\Media\Generated\TransformCollection.cs (1)
874public Transform Current
System\Windows\Media\Generated\VectorCollection.cs (1)
859public Vector Current
System\Windows\Media\Imaging\BitmapMetadataEnumerator.cs (1)
118public String Current
System\Windows\Media3D\Generated\GeneralTransform3DCollection.cs (1)
837public GeneralTransform3D Current
System\Windows\Media3D\Generated\MaterialCollection.cs (1)
872public Material Current
System\Windows\Media3D\Generated\Model3DCollection.cs (1)
872public Model3D Current
System\Windows\Media3D\Generated\Point3DCollection.cs (1)
858public Point3D Current
System\Windows\Media3D\Generated\Transform3DCollection.cs (1)
872public Transform3D Current
System\Windows\Media3D\Generated\Vector3DCollection.cs (1)
858public Vector3D Current
System\Windows\Media3D\Visual3DCollection.cs (1)
664public Visual3D Current
PresentationFramework (9)
MS\Internal\Documents\ContentElementCollection.cs (1)
335public TItem Current
MS\Internal\Documents\HostedElements.cs (1)
152public IInputElement Current
MS\Internal\ListOfObject.cs (1)
119object IEnumerator<object>.Current
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (2)
234public T Current 633public T Current => _FromIterator.Current;
System\Windows\Controls\ColumnDefinition.cs (1)
861public ColumnDefinition Current
System\Windows\Controls\RowDefinition.cs (1)
856public RowDefinition Current
System\Windows\Controls\VirtualizedCellInfoCollection.cs (1)
269public DataGridCellInfo Current
System\Windows\Documents\TextElementEnumerator.cs (1)
76public TextElementType Current
Roslyn.Diagnostics.Analyzers (26)
src\roslyn\src\Compilers\Core\Portable\Collections\OrderPreservingMultiDictionary.cs (1)
347public V Current => _valueSet[_index];
src\roslyn\src\Compilers\Core\Portable\Collections\SmallDictionary.cs (3)
589K IEnumerator<K>.Current => _e.Current; 706V IEnumerator<V>.Current => _e.Current; 812KeyValuePair<K, V> IEnumerator<KeyValuePair<K, V>>.Current => _e.Current;
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\ConsList`1.cs (1)
34public T Current
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\MultiDictionary.cs (1)
69public V Current
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Enumerator.cs (1)
45public readonly KeyValuePair<TKey, TValue> Current => _enumerator.Current;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+KeyCollection+Enumerator.cs (1)
25public readonly TKey Current => _enumerator.Current.Key;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+ValueCollection+Enumerator.cs (1)
25public readonly TValue Current => _enumerator.Current.Value;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedHashSet`1+Enumerator.cs (1)
28public readonly T Current => _enumerator.Current;
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedList`1+Enumerator.cs (1)
25public readonly T Current => _enumerator.Current;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedArray`1.cs (1)
385public readonly T Current => _current;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (3)
1217public readonly KeyValuePair<TKey, TValue> Current => _current; 1472public readonly TKey Current => _currentKey!; 1679public readonly TValue Current => _currentValue!;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedHashSet`1.cs (1)
1427public readonly T Current => _current;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedList`1.cs (1)
1363public readonly T Current => _current!;
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Empty.Enumerator`1.cs (1)
24public new T Current => throw new InvalidOperationException();
src\roslyn\src\Dependencies\Collections\Specialized\SpecializedCollections.Singleton.Enumerator`1.cs (1)
27public T Current => _loneValue;
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\SmallDictionary.cs (3)
703K IEnumerator<K>.Current => _e.Current; 820V IEnumerator<V>.Current => _e.Current; 926KeyValuePair<K, V> IEnumerator<KeyValuePair<K, V>>.Current => _e.Current;
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\IntervalTreeHelpers.Enumerator.cs (1)
32public readonly T Current => default(TIntervalTreeWitness).GetValue(tree, _nodeEnumerator.Current);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\IntervalTreeHelpers.NodeEnumerator.cs (1)
51public readonly TNode Current => _currentNode!;
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\EmbeddedLanguages\VirtualChars\VirtualCharSequence.cs (1)
186public readonly VirtualChar Current => virtualCharSequence[_position];
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\ConcatImmutableArray`1.cs (1)
38public T Current => _current.Current;
rzc (1)
CommandLine\CommandLineApplication.cs (1)
604public CommandArgument Current
Shared (1)
EmptyCollections\EmptyReadOnlyList.cs (1)
55public T Current => throw new InvalidOperationException();
System.Collections (13)
System\Collections\Generic\LinkedList.cs (1)
520public T Current => _current!;
System\Collections\Generic\OrderedDictionary.cs (3)
1410public KeyValuePair<TKey, TValue> Current { get; private set; } 1644public TKey Current => _enumerator.Current.Key; 1888public TValue Current => _enumerator.Current.Value;
System\Collections\Generic\PriorityQueue.cs (1)
1035public (TElement Element, TPriority Priority) Current => _current;
System\Collections\Generic\SortedDictionary.cs (3)
428public KeyValuePair<TKey, TValue> Current 646public TKey Current 807public TValue Current
System\Collections\Generic\SortedList.cs (3)
823public KeyValuePair<TKey, TValue> Current => new KeyValuePair<TKey, TValue>(_key!, _value!); 909public TKey Current => _currentKey!; 973public TValue Current => _currentValue!;
System\Collections\Generic\SortedSet.cs (1)
1935public T Current
System\Collections\Generic\Stack.cs (1)
391public T Current => _currentElement!;
System.Collections.Concurrent (3)
System\Collections\Concurrent\OrderablePartitioner.cs (1)
247public TSource Current
System\Collections\Concurrent\PartitionerStatic.cs (2)
371public abstract KeyValuePair<long, TSource> Current { get; } 1428public abstract KeyValuePair<long, TSource> Current { get; }
System.Collections.Immutable (13)
System\Collections\Frozen\FrozenDictionary.cs (1)
702public readonly KeyValuePair<TKey, TValue> Current
System\Collections\Frozen\FrozenSet.cs (1)
510public readonly T Current
System\Collections\Immutable\ImmutableArray_1.Enumerator.cs (1)
105public T Current
System\Collections\Immutable\ImmutableDictionary_2.Enumerator.cs (1)
54public KeyValuePair<TKey, TValue> Current
System\Collections\Immutable\ImmutableDictionary_2.HashBucket.cs (1)
401public KeyValuePair<TKey, TValue> Current
System\Collections\Immutable\ImmutableHashSet_1.Enumerator.cs (1)
54public T Current
System\Collections\Immutable\ImmutableHashSet_1.HashBucket.cs (1)
322public T Current
System\Collections\Immutable\ImmutableList_1.Enumerator.cs (1)
122public T Current
System\Collections\Immutable\ImmutableQueue_1.Enumerator.cs (1)
139public T Current
System\Collections\Immutable\ImmutableSortedDictionary_2.Enumerator.cs (1)
88public KeyValuePair<TKey, TValue> Current
System\Collections\Immutable\ImmutableSortedSet_1.Enumerator.cs (1)
105public T Current
System\Collections\Immutable\ImmutableStack_1.Enumerator.cs (1)
107public T Current
System\Collections\Immutable\SortedInt32KeyNode.Enumerator.cs (1)
74public KeyValuePair<int, TValue> Current
System.ComponentModel.TypeConverter (1)
System\ComponentModel\CollectibleKeyConcurrentHashtable.cs (1)
96public KeyValuePair<TKey, TValue> Current { get; private set; }
System.Data.Common (1)
System\Data\RbTree.cs (1)
2092public K Current
System.Data.OleDb (1)
DbConnectionStringCommon.cs (1)
107public K Current
System.Diagnostics.DiagnosticSource (3)
System\Diagnostics\ActivityTagsCollection.cs (1)
277public KeyValuePair<string, object?> Current => _enumerator.Current;
System\Diagnostics\DiagLinkedList.cs (1)
283public T Current => _currentNode.Value;
System\Diagnostics\Metrics\TagList.netcore.cs (1)
329public KeyValuePair<string, object?> Current => _tagList[_index];
System.DirectoryServices.AccountManagement (4)
System\DirectoryServices\AccountManagement\FindResultEnumerator.cs (1)
21public T Current
System\DirectoryServices\AccountManagement\PrincipalCollectionEnumerator.cs (1)
18public Principal Current
System\DirectoryServices\AccountManagement\TrackedCollectionEnumerator.cs (1)
17public T Current
System\DirectoryServices\AccountManagement\ValueCollectionEnumerator.cs (1)
18public T Current
System.IO.Packaging (1)
System\IO\Packaging\PackageRelationshipCollection.cs (1)
146public PackageRelationship Current
System.Linq (2)
System\Linq\Iterator.cs (1)
41public TSource Current => _current;
System\Linq\PartialArrayEnumerator.cs (1)
35public T Current => _array[_index];
System.Linq.Expressions (1)
System\Runtime\CompilerServices\ReadOnlyCollectionBuilder.cs (1)
478public T Current => _current;
System.Linq.Parallel (5)
System\Linq\Parallel\Enumerables\EmptyEnumerable.cs (1)
50public T Current { get { return default!; } }
System\Linq\Parallel\Enumerables\EnumerableWrapperWeakToStrong.cs (1)
74object? IEnumerator<object?>.Current
System\Linq\Parallel\Merging\MergeEnumerator.cs (1)
38public abstract TInputOutput Current { get; }
System\Linq\Parallel\QueryOperators\QueryOpeningEnumerator.cs (1)
57public TOutput Current
System\Linq\Parallel\QueryOperators\QueryOperatorEnumerator.cs (1)
70public TElement Current
System.Net.Http (3)
System\Net\Http\Headers\HeaderStringValues.cs (1)
118public string Current => _current!;
System\Net\Http\Headers\HttpHeadersNonValidated.cs (1)
159public KeyValuePair<string, HeaderStringValues> Current => _current;
System\Net\Http\Headers\ObjectCollection.cs (1)
181public T Current => _current!;
System.Net.HttpListener (1)
System\Net\HttpListenerPrefixCollection.cs (1)
18public string Current => (string)_enumerator.Current;
System.Numerics.Tensors (5)
System\Numerics\Tensors\netcore\ReadOnlyTensorDimensionSpan_1.cs (1)
72public readonly ReadOnlyTensorSpan<T> Current => _span[_index];
System\Numerics\Tensors\netcore\ReadOnlyTensorSpan_1.cs (1)
597readonly T IEnumerator<T>.Current => Current;
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
435readonly T IEnumerator<T>.Current => Current;
System\Numerics\Tensors\netcore\TensorDimensionSpan_1.cs (1)
78public readonly TensorSpan<T> Current => _span[_index];
System\Numerics\Tensors\netcore\TensorSpan_1.cs (1)
525readonly T IEnumerator<T>.Current => Current;
System.Private.CoreLib (27)
src\runtime\src\coreclr\nativeaot\Common\src\System\Collections\Generic\LowLevelDictionary.cs (1)
238public KeyValuePair<TKey, TValue> Current
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\Utilities\LockFreeReaderHashtable.cs (1)
725public TValue Current
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\Utilities\LockFreeReaderHashtableOfPointers.cs (1)
642public TValue Current
src\runtime\src\libraries\System.Private.CoreLib\src\System\Array.Enumerators.cs (2)
121public T Current 166public new T Current
src\runtime\src\libraries\System.Private.CoreLib\src\System\ArraySegment.cs (1)
311public T Current
src\runtime\src\libraries\System.Private.CoreLib\src\System\CharEnumerator.cs (1)
38public char Current
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Concurrent\ConcurrentDictionary.cs (1)
876public KeyValuePair<TKey, TValue> Current { get; private set; }
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (3)
1919public KeyValuePair<TKey, TValue> Current => _current; 2159public TKey Current => _currentKey!; 2352public TValue Current => _currentValue!;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Generic\HashSet.cs (1)
1845public T Current => _current;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Generic\List.cs (1)
1224public T Current => _current!;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Queue.cs (1)
482public T Current => _currentElement!;
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\Enumeration\FileSystemEnumerator.cs (1)
71public TResult Current => _current!;
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\Iterator.cs (1)
24public TSource Current => current!;
src\runtime\src\libraries\System.Private.CoreLib\src\System\MemoryExtensions.cs (1)
5908public Range Current => new Range(_startCurrent, _endCurrent);
src\runtime\src\libraries\System.Private.CoreLib\src\System\ReadOnlySpan.cs (1)
273T IEnumerator<T>.Current => Current;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\ConditionalWeakTable.cs (1)
478public KeyValuePair<TKey, TValue> Current
src\runtime\src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\ComWrappers.cs (1)
1941public GCHandle Current
src\runtime\src\libraries\System.Private.CoreLib\src\System\Span.cs (1)
266T IEnumerator<T>.Current => Current;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\RunePosition.cs (2)
187public RunePosition Current { get; private set; } 266public RunePosition Current { get; private set; }
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\SpanLineEnumerator.cs (1)
31public ReadOnlySpan<char> Current => _current;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\SpanRuneEnumerator.cs (1)
23public Rune Current => _current;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\StringBuilderRuneEnumerator.cs (1)
28public readonly Rune Current => _current;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\StringRuneEnumerator.cs (1)
23public Rune Current => _current;
System.Private.DataContractSerialization (2)
System\Runtime\Serialization\CollectionDataContract.cs (2)
1609public KeyValue<object, object?> Current => new KeyValue<object, object?>(_enumerator.Key, _enumerator.Value); 1638public KeyValue<K, V> Current
System.Private.Reflection.Execution (1)
src\runtime\src\coreclr\nativeaot\Common\src\System\Collections\Generic\LowLevelDictionary.cs (1)
238public KeyValuePair<TKey, TValue> Current
System.Private.TypeLoader (1)
src\runtime\src\coreclr\nativeaot\Common\src\System\Collections\Generic\LowLevelDictionary.cs (1)
238public KeyValuePair<TKey, TValue> Current
System.Private.Xml (2)
System\Xml\Serialization\XmlSchemas.cs (1)
813public XmlSchema Current
System\Xml\Xsl\ListBase.cs (1)
232public T Current
System.Reflection.Metadata (30)
System\Reflection\Metadata\BlobBuilder.Enumerators.cs (2)
30public BlobBuilder Current => _currentOpt!; 75public Blob Current
System\Reflection\Metadata\PortablePdb\HandleCollections.Debug.cs (8)
69public DocumentHandle Current 168public MethodDebugInformationHandle Current 274public LocalScopeHandle Current 337public LocalScopeHandle Current 482public LocalVariableHandle Current 588public LocalConstantHandle Current 687public ImportScopeHandle Current 794public CustomDebugInformationHandle Current
System\Reflection\Metadata\PortablePdb\ImportDefinitionCollection.cs (1)
129public ImportDefinition Current
System\Reflection\Metadata\PortablePdb\SequencePointCollection.cs (1)
192public SequencePoint Current
System\Reflection\Metadata\TypeSystem\HandleCollections.TypeSystem.cs (18)
79public GenericParameterHandle Current 187public GenericParameterConstraintHandle Current 293public CustomAttributeHandle Current 414public DeclarativeSecurityAttributeHandle Current 521public MethodDefinitionHandle Current 641public FieldDefinitionHandle Current 761public PropertyDefinitionHandle Current 881public EventDefinitionHandle Current 995public MethodImplementationHandle Current 1096public ParameterHandle Current 1208public InterfaceImplementationHandle Current 1298public TypeDefinitionHandle Current 1388public TypeReferenceHandle Current 1478public ExportedTypeHandle Current 1568public MemberReferenceHandle Current 1707public AssemblyReferenceHandle Current 1812public ManifestResourceHandle Current 1902public AssemblyFileHandle Current
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\X509Certificate2Enumerator.cs (1)
21public X509Certificate2 Current
System\Security\Cryptography\X509Certificates\X509ChainElementEnumerator.cs (1)
20public X509ChainElement Current
System\Security\Cryptography\X509Certificates\X509ExtensionEnumerator.cs (1)
17public X509Extension Current
System.Security.Principal.Windows (1)
System\Security\Principal\IRCollection.cs (1)
403public IdentityReference Current
System.Text.Json (2)
System\Text\Json\Document\JsonElement.ArrayEnumerator.cs (1)
33public JsonElement Current
System\Text\Json\Document\JsonElement.ObjectEnumerator.cs (1)
32public JsonProperty Current
System.Text.RegularExpressions (6)
System\Text\RegularExpressions\CaptureCollection.cs (1)
295public Capture Current
System\Text\RegularExpressions\GroupCollection.cs (2)
416public Group Current 429KeyValuePair<string, Group> IEnumerator<KeyValuePair<string, Group>>.Current
System\Text\RegularExpressions\MatchCollection.cs (1)
383public Match Current
System\Text\RegularExpressions\Regex.EnumerateMatches.cs (1)
168public readonly ValueMatch Current => _current;
System\Text\RegularExpressions\Regex.EnumerateSplits.cs (1)
273public readonly Range Current => _currentSplit;
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ListAdapter.cs (1)
54T IEnumerator<T>.Current => (T)_enumerator.Current;
System.Xaml (3)
System\Xaml\NameScope.cs (1)
269public KeyValuePair<string, object> Current
System\Xaml\NameScopeDictionary.cs (1)
159public KeyValuePair<string, object> Current
System\Xaml\Parser\NodeStreamSorter.cs (1)
105public XamlNode Current
1130 references to Current
aspire (1)
Acquisition\InstallationCandidateSources.cs (1)
218yield return enumerator.Current;
Aspire.Dashboard (2)
Extensions\CollectionExtensions.cs (1)
29var first = enumerator.Current;
Otlp\Storage\SqliteTelemetryRepository.Metrics.Reads.cs (1)
322enumerator.Current is { AttributeKey: "otel.metric.overflow", AttributeValue: "true" } &&
dotnet (1)
Commands\Run\CommonRunHelpers.cs (1)
31string projectFile = projectFileEnumerator.Current;
dotnet-aot (1)
src\sdk\src\Cli\dotnet\Commands\Run\CommonRunHelpers.cs (1)
31string projectFile = projectFileEnumerator.Current;
dotnet-dev-certs (4)
src\aspnetcore\src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (4)
182arguments.Current.Values.Add(arg); 261arguments.Current.Values.Add(arg); 357arguments.Current.Values.Add(arg); 614return _enumerator.Current;
dotnet-getdocument (4)
src\aspnetcore\src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (4)
182arguments.Current.Values.Add(arg); 261arguments.Current.Values.Add(arg); 357arguments.Current.Values.Add(arg); 614return _enumerator.Current;
dotnet-openapi (4)
src\aspnetcore\src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (4)
182arguments.Current.Values.Add(arg); 261arguments.Current.Values.Add(arg); 357arguments.Current.Values.Add(arg); 614return _enumerator.Current;
dotnet-sql-cache (4)
src\aspnetcore\src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (4)
182arguments.Current.Values.Add(arg); 261arguments.Current.Values.Add(arg); 357arguments.Current.Values.Add(arg); 614return _enumerator.Current;
dotnet-svcutil-lib (5)
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\CollectionDataContract.cs (1)
1511KeyValuePair<K, V> current = _enumerator.Current;
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ImportedPolicyConversionContext.cs (3)
185get { return _inner.Current; } 267counterValue[digits[i].Key] = digits[i].Value.Current; 300counterValue[digits[i].Key] = digits[i].Value.Current;
FrameworkFork\System.ServiceModel\System\ServiceModel\SynchronizedReadOnlyCollection.cs (1)
285get { return _e.Current; }
dotnet-user-jwts (4)
src\aspnetcore\src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (4)
182arguments.Current.Values.Add(arg); 261arguments.Current.Values.Add(arg); 357arguments.Current.Values.Add(arg); 614return _enumerator.Current;
dotnet-user-secrets (4)
src\aspnetcore\src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (4)
182arguments.Current.Values.Add(arg); 261arguments.Current.Values.Add(arg); 357arguments.Current.Values.Add(arg); 614return _enumerator.Current;
GenerateDocumentationAndConfigFiles (16)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\ConcurrentSet.cs (1)
125public T Current => _kvpEnumerator.Current.Key;
src\roslyn\src\Dependencies\Collections\Extensions\IEnumerableExtensions.cs (9)
673var previous = e.Current; 676if (comparer.Compare(previous, e.Current) > 0) 681previous = e.Current; 748line[i] = e.Current; 799TSource result = e.Current; 964if (!enumerator2.MoveNext() || !comparer(enumerator.Current, enumerator2.Current)) 992var result = e.Current; 995result = func(result, e.Current);
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedList`1.cs (3)
118Add(en.Current); 338Add(en.Current); 950Insert(index++, en.Current);
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\PooledObjects\PooledConcurrentSet.cs (1)
152public T Current => _kvpEnumerator.Current.Key;
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\SymbolEquivalenceComparer.EquivalenceVisitor.cs (2)
532var p1 = xMembersEnumerator.Current; 533var p2 = yMembersEnumerator.Current;
GetDocument.Insider (4)
src\aspnetcore\src\Shared\CommandLineUtils\CommandLine\CommandLineApplication.cs (4)
182arguments.Current.Values.Add(arg); 261arguments.Current.Values.Add(arg); 357arguments.Current.Values.Add(arg); 614return _enumerator.Current;
ILCompiler.Compiler (5)
src\runtime\src\coreclr\tools\Common\Compiler\GenericCycleDetection\Graph.Cycles.cs (2)
125vertex.LowLink = Math.Min(vertex.LowLink, currentEdgeEnumerator.Current.Destination.LowLink); 130Edge edge = currentEdgeEnumerator.Current;
src\runtime\src\coreclr\tools\Common\TypeSystem\IL\Stubs\StructMarshallingThunk.cs (2)
215var nativeField = nativeEnumerator.Current; 282var nativeField = nativeEnumerator.Current;
src\runtime\src\tools\illink\src\ILLink.Shared\DataFlow\ValueSet.cs (1)
102? _enumerator.Current
ILCompiler.ReadyToRun (3)
Compiler\ReadyToRunCodegenCompilation.cs (1)
917dependency = compilationMethodList.Current;
src\runtime\src\coreclr\tools\Common\Compiler\GenericCycleDetection\Graph.Cycles.cs (2)
125vertex.LowLink = Math.Min(vertex.LowLink, currentEdgeEnumerator.Current.Destination.LowLink); 130Edge edge = currentEdgeEnumerator.Current;
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\CastingHelper.TypeEquivalence.cs (1)
318var field = fieldEnum.Current;
illink (1)
ILLink.RoslynAnalyzer (1)
src\runtime\src\tools\illink\src\ILLink.Shared\DataFlow\ValueSet.cs (1)
102? _enumerator.Current
Microsoft.AspNetCore.Components (1)
NavigationManagerExtensions.cs (1)
189var currentValue = _enumerator.Current;
Microsoft.AspNetCore.Components.Endpoints (1)
TempData\TempData.cs (1)
187var kvp = _innerEnumerator.Current;
Microsoft.AspNetCore.Components.Web (1)
Virtualization\Virtualize.cs (1)
1012var itemsShifted = !ItemComparer.Equals(_previousFirstLoadedItem, enumerator.Current);
Microsoft.AspNetCore.Http.Connections (2)
Internal\HttpConnectionContext.cs (2)
576if (!equals(currentEnumerator.Current, incomingEnumerator.Current))
Microsoft.AspNetCore.Mvc.Core (4)
ModelBinding\Validation\ExplicitIndexCollectionValidationStrategy.cs (1)
97var key = ModelNames.CreateIndexModelName(_key, _keyEnumerator.Current);
ModelBinding\Validation\ShortFormDictionaryValidationStrategy.cs (2)
98if (_model.TryGetValue(_keyMappingEnumerator.Current.Value, out value)) 105_entry = new ValidationEntry(_metadata, _keyMappingEnumerator.Current.Key, value);
ModelBinding\Validation\ValidationVisitor.cs (1)
430var entry = enumerator.Current;
Microsoft.AspNetCore.Mvc.Formatters.Xml (1)
DelegatingEnumerator.cs (1)
39object obj = _inner.Current!;
Microsoft.AspNetCore.OpenApi.SourceGenerators (4)
XmlComments\XmlComment.InheritDoc.cs (4)
409AnalyzerDebug.Assert(sourceAttributes.Current.Name == targetAttributes.Current.Name); 410CopyAnnotations(sourceAttributes.Current, targetAttributes.Current);
Microsoft.AspNetCore.Owin (2)
DictionaryStringArrayWrapper.cs (1)
105_current = Convert(_inner.Current);
DictionaryStringValuesWrapper.cs (1)
150_current = Convert(_inner.Current);
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http3\Http3HeadersEnumerator.cs (2)
92? SetCurrent(_genericEnumerator.Current.Key, _genericEnumerator.Current.Value, default)
Microsoft.AspNetCore.SignalR.Core (3)
HubConnectionHandler.cs (2)
305if (!equals(currentEnumerator.Current, incomingEnumerator.Current))
HubConnectionStore.cs (1)
85public HubConnectionContext Current => _enumerator.Current.Value;
Microsoft.Build (23)
BackEnd\Components\Scheduler\Scheduler.cs (1)
2382buffer[numRead] = requestsToRead.Current;
Collections\ConvertingEnumerable.cs (1)
89TFrom2 current = _backingEnumerator.Current;
Collections\ItemDictionary.cs (5)
440public T Current => _itemEnumerator?.Current; 447object IEnumerator.Current => _itemEnumerator != null ? _itemEnumerator.Current : ((IEnumerator)_listEnumerator).Current; 512while (_listEnumerator.Current == null || _listEnumerator.Current.Count == 0); 514return _listEnumerator.Current.GetEnumerator();
Globbing\CompositeGlob.cs (3)
111var first = enumerator.Current; 127builder.Add(enumerator.Current); 131builder.Add(enumerator.Current);
Instance\ProjectItemInstance.cs (1)
2181Current = _metadataCollectionEnumerator.Current.Key;
src\9f0d3f3da306d8cf\IEnumerableExtensions.cs (9)
688var previous = e.Current; 691if (comparer.Compare(previous, e.Current) > 0) 696previous = e.Current; 786line[i] = e.Current; 837TSource result = e.Current; 893if (!enumerator2.MoveNext() || !comparer(enumerator.Current, enumerator2.Current)) 917var result = e.Current; 920result = func(result, e.Current);
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Segmented\SegmentedList`1.cs (3)
118Add(en.Current); 338Add(en.Current); 950Insert(index++, en.Current);
Microsoft.CodeAnalysis (24)
Collections\IdentifierCollection.Collection.cs (1)
33array[arrayIndex] = enumerator.Current;
CommandLine\CommandLineParser.cs (1)
1264resolvedPath = enumerator.Current;
Emit\EditAndContinue\DeltaMetadataWriter.cs (2)
1093if (AddCustomAttributeToTable(parentHandle, attributeEnumerator.Current)) 1112if (AddCustomAttributeToTable(parentHandle, attributeEnumerator.Current))
InternalUtilities\ConcurrentSet.cs (1)
125public T Current => _kvpEnumerator.Current.Key;
InternalUtilities\XmlUtilities.cs (4)
52Debug.Assert(sourceAttributes.Current.Name == targetAttributes.Current.Name); 53CopyAnnotations(sourceAttributes.Current, targetAttributes.Current);
MetadataReader\MetadataHelpers.cs (3)
813var pair = enumerator.Current; 834pair = enumerator.Current; 845pair = enumerator.Current;
src\roslyn\src\Dependencies\Collections\Extensions\IEnumerableExtensions.cs (9)
673var previous = e.Current; 676if (comparer.Compare(previous, e.Current) > 0) 681previous = e.Current; 748line[i] = e.Current; 799TSource result = e.Current; 964if (!enumerator2.MoveNext() || !comparer(enumerator.Current, enumerator2.Current)) 992var result = e.Current; 995result = func(result, e.Current);
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedList`1.cs (3)
118Add(en.Current); 338Add(en.Current); 950Insert(index++, en.Current);
Microsoft.CodeAnalysis.Analyzers (20)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\ConcurrentSet.cs (1)
125public T Current => _kvpEnumerator.Current.Key;
src\roslyn\src\Dependencies\Collections\Extensions\IEnumerableExtensions.cs (12)
673var previous = e.Current; 676if (comparer.Compare(previous, e.Current) > 0) 681previous = e.Current; 748line[i] = e.Current; 799TSource result = e.Current; 964if (!enumerator2.MoveNext() || !comparer(enumerator.Current, enumerator2.Current)) 992var result = e.Current; 995result = func(result, e.Current); 1061array[0] = e.Current; 1075array[i] = e.Current; 1086local[i] = e.Current;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedList`1.cs (3)
118Add(en.Current); 338Add(en.Current); 950Insert(index++, en.Current);
src\roslyn\src\Dependencies\Threading\ParallelExtensions.NetFramework.cs (1)
144element = state.Enumerator.Current;
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\PooledObjects\PooledConcurrentSet.cs (1)
152public T Current => _kvpEnumerator.Current.Key;
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\SymbolEquivalenceComparer.EquivalenceVisitor.cs (2)
532var p1 = xMembersEnumerator.Current; 533var p2 = yMembersEnumerator.Current;
Microsoft.CodeAnalysis.AnalyzerUtilities (20)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\ConcurrentSet.cs (1)
125public T Current => _kvpEnumerator.Current.Key;
src\roslyn\src\Dependencies\Collections\Extensions\IEnumerableExtensions.cs (12)
673var previous = e.Current; 676if (comparer.Compare(previous, e.Current) > 0) 681previous = e.Current; 748line[i] = e.Current; 799TSource result = e.Current; 964if (!enumerator2.MoveNext() || !comparer(enumerator.Current, enumerator2.Current)) 992var result = e.Current; 995result = func(result, e.Current); 1061array[0] = e.Current; 1075array[i] = e.Current; 1086local[i] = e.Current;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedList`1.cs (3)
118Add(en.Current); 338Add(en.Current); 950Insert(index++, en.Current);
src\roslyn\src\Dependencies\Threading\ParallelExtensions.NetFramework.cs (1)
144element = state.Enumerator.Current;
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\PooledObjects\PooledConcurrentSet.cs (1)
152public T Current => _kvpEnumerator.Current.Key;
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\SymbolEquivalenceComparer.EquivalenceVisitor.cs (2)
532var p1 = xMembersEnumerator.Current; 533var p2 = yMembersEnumerator.Current;
Microsoft.CodeAnalysis.CodeStyle (19)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\ConcurrentSet.cs (1)
125public T Current => _kvpEnumerator.Current.Key;
src\roslyn\src\Dependencies\Collections\Extensions\IEnumerableExtensions.cs (12)
673var previous = e.Current; 676if (comparer.Compare(previous, e.Current) > 0) 681previous = e.Current; 748line[i] = e.Current; 799TSource result = e.Current; 964if (!enumerator2.MoveNext() || !comparer(enumerator.Current, enumerator2.Current)) 992var result = e.Current; 995result = func(result, e.Current); 1061array[0] = e.Current; 1075array[i] = e.Current; 1086local[i] = e.Current;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedList`1.cs (3)
118Add(en.Current); 338Add(en.Current); 950Insert(index++, en.Current);
src\roslyn\src\Dependencies\Threading\ParallelExtensions.NetFramework.cs (1)
144element = state.Enumerator.Current;
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\SymbolEquivalenceComparer.EquivalenceVisitor.cs (2)
532var p1 = xMembersEnumerator.Current; 533var p2 = yMembersEnumerator.Current;
Microsoft.CodeAnalysis.CSharp (5)
Syntax\SyntaxEquivalence.cs (1)
283var current = enumerator.Current;
Syntax\SyntaxFactory.cs (4)
1403var firstNode = enumerator.Current; 1419builder.Add(enumerator.Current); 1452builder.Add(enumerator.Current); 1459builder.Add(enumerator.Current);
Microsoft.CodeAnalysis.CSharp.CodeStyle (4)
src\roslyn\src\Analyzers\CSharp\Analyzers\UseCollectionExpression\CSharpUseCollectionExpressionForBuilderDiagnosticAnalyzer.cs (2)
168var subseqeuntStatement = enumerator.Current; 193if (state.NodeContainsValuePatternOrReferencesInitializedSymbol(enumerator.Current, cancellationToken))
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Utilities\SpeculationAnalyzer.cs (2)
286if (ReplacementChangesSemantics(originalChildNodeEnum.Current, replacedChildNodeEnum.Current, originalRoot, skipVerificationForCurrentNode: true))
Microsoft.CodeAnalysis.CSharp.Features (2)
src\roslyn\src\Analyzers\CSharp\Analyzers\UseCollectionExpression\CSharpUseCollectionExpressionForBuilderDiagnosticAnalyzer.cs (2)
168var subseqeuntStatement = enumerator.Current; 193if (state.NodeContainsValuePatternOrReferencesInitializedSymbol(enumerator.Current, cancellationToken))
Microsoft.CodeAnalysis.CSharp.Workspaces (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Utilities\SpeculationAnalyzer.cs (2)
286if (ReplacementChangesSemantics(originalChildNodeEnum.Current, replacedChildNodeEnum.Current, originalRoot, skipVerificationForCurrentNode: true))
Microsoft.CodeAnalysis.Extensions.Package (17)
src\roslyn\src\Dependencies\Collections\Extensions\IEnumerableExtensions.cs (12)
673var previous = e.Current; 676if (comparer.Compare(previous, e.Current) > 0) 681previous = e.Current; 748line[i] = e.Current; 799TSource result = e.Current; 964if (!enumerator2.MoveNext() || !comparer(enumerator.Current, enumerator2.Current)) 992var result = e.Current; 995result = func(result, e.Current); 1061array[0] = e.Current; 1075array[i] = e.Current; 1086local[i] = e.Current;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedList`1.cs (3)
118Add(en.Current); 338Add(en.Current); 950Insert(index++, en.Current);
Symbols\SymbolEquivalenceComparer.EquivalenceVisitor.cs (2)
532var p1 = xMembersEnumerator.Current; 533var p2 = yMembersEnumerator.Current;
Microsoft.CodeAnalysis.Features (12)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (12)
2328if (oldHasToken != newHasToken || oldHasToken && !AreEquivalent(oldTokensEnum.Current, newTokensEnum.Current)) 2349var oldSpan = oldTokensEnum.Current.Span; 2350var newSpan = newTokensEnum.Current.Span; 2391currentSegment = (oldMappedSpan.Path, oldStartLine, lineDelta, oldTokensEnum.Current, newTokensEnum.Current); 2394lastNewToken = newTokensEnum.Current; 2405if (newTokensEnum.Current.HasLeadingTrivia) 2409rudeEditSpan = TextSpan.FromBounds(newTokensEnum.Current.FullSpan.Start, newTokensEnum.Current.SpanStart); 2415rudeEditSpan = TextSpan.FromBounds(lastNewToken.Span.End, newTokensEnum.Current.SpanStart); 2422rudeEditSpan = newTokensEnum.Current.Span;
Microsoft.CodeAnalysis.NetAnalyzers (1)
src\sdk\src\Microsoft.CodeAnalysis.NetAnalyzers\src\Utilities\Compiler\PooledObjects\PooledConcurrentSet.cs (1)
151public T Current => _kvpEnumerator.Current.Key;
Microsoft.CodeAnalysis.ResxSourceGenerator (20)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\ConcurrentSet.cs (1)
125public T Current => _kvpEnumerator.Current.Key;
src\roslyn\src\Dependencies\Collections\Extensions\IEnumerableExtensions.cs (12)
673var previous = e.Current; 676if (comparer.Compare(previous, e.Current) > 0) 681previous = e.Current; 748line[i] = e.Current; 799TSource result = e.Current; 964if (!enumerator2.MoveNext() || !comparer(enumerator.Current, enumerator2.Current)) 992var result = e.Current; 995result = func(result, e.Current); 1061array[0] = e.Current; 1075array[i] = e.Current; 1086local[i] = e.Current;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedList`1.cs (3)
118Add(en.Current); 338Add(en.Current); 950Insert(index++, en.Current);
src\roslyn\src\Dependencies\Threading\ParallelExtensions.NetFramework.cs (1)
144element = state.Enumerator.Current;
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\PooledObjects\PooledConcurrentSet.cs (1)
152public T Current => _kvpEnumerator.Current.Key;
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\SymbolEquivalenceComparer.EquivalenceVisitor.cs (2)
532var p1 = xMembersEnumerator.Current; 533var p2 = yMembersEnumerator.Current;
Microsoft.CodeAnalysis.Workspaces (21)
Differencing\LongestCommonSubsequence.cs (2)
262var (currentV, d) = varrays.Current; 315var (currentV, d) = varrays.Current;
Shared\Extensions\ISymbolExtensions.cs (4)
598Debug.Assert(sourceAttributes.Current.Name == targetAttributes.Current.Name); 599CopyAnnotations(sourceAttributes.Current, targetAttributes.Current);
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\ConcurrentSet.cs (1)
125public T Current => _kvpEnumerator.Current.Key;
src\roslyn\src\Dependencies\Collections\Extensions\IEnumerableExtensions.cs (9)
673var previous = e.Current; 676if (comparer.Compare(previous, e.Current) > 0) 681previous = e.Current; 748line[i] = e.Current; 799TSource result = e.Current; 964if (!enumerator2.MoveNext() || !comparer(enumerator.Current, enumerator2.Current)) 992var result = e.Current; 995result = func(result, e.Current);
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedList`1.cs (3)
118Add(en.Current); 338Add(en.Current); 950Insert(index++, en.Current);
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\SymbolEquivalenceComparer.EquivalenceVisitor.cs (2)
532var p1 = xMembersEnumerator.Current; 533var p2 = yMembersEnumerator.Current;
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\ConcurrentSet.cs (1)
125public T Current => _kvpEnumerator.Current.Key;
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\BinderHelper.cs (1)
46CSharpArgumentInfo info = arginfosEnum.MoveNext() ? arginfosEnum.Current : null;
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (1)
189MemberInfo member = memberEn.Current;
Microsoft.Data.Analysis (157)
DataFrame.Arrow.cs (2)
101AppendDataFrameColumnFromArrowArray(fieldsEnumerator.Current, structArrayEnumerator.Current, ret, field.Name + "_");
DataFrame.cs (4)
546DataFrameColumn column = columnEnumerator.Current; 547object value = rowEnumerator.Current; 585DataFrameColumn column = columnEnumerator.Current; 596DataFrameColumn column = columnEnumerator.Current;
DateTimeComputation.cs (6)
65long row = enumerator.Current; 80long row = enumerator.Current; 137long row = enumerator.Current; 152long row = enumerator.Current; 232long row = enumerator.Current; 290long row = enumerator.Current;
PrimitiveDataFrameColumn.cs (1)
521var curRow = rows.Current;
PrimitiveDataFrameColumnComputations.cs (144)
305long row = enumerator.Current; 320long row = enumerator.Current; 369long row = enumerator.Current; 384long row = enumerator.Current; 433long row = enumerator.Current; 448long row = enumerator.Current; 497long row = enumerator.Current; 512long row = enumerator.Current; 560long row = enumerator.Current; 608long row = enumerator.Current; 652long row = enumerator.Current; 700long row = enumerator.Current; 792long row = enumerator.Current; 807long row = enumerator.Current; 856long row = enumerator.Current; 871long row = enumerator.Current; 920long row = enumerator.Current; 935long row = enumerator.Current; 984long row = enumerator.Current; 999long row = enumerator.Current; 1047long row = enumerator.Current; 1095long row = enumerator.Current; 1139long row = enumerator.Current; 1187long row = enumerator.Current; 1279long row = enumerator.Current; 1294long row = enumerator.Current; 1343long row = enumerator.Current; 1358long row = enumerator.Current; 1407long row = enumerator.Current; 1422long row = enumerator.Current; 1471long row = enumerator.Current; 1486long row = enumerator.Current; 1534long row = enumerator.Current; 1582long row = enumerator.Current; 1626long row = enumerator.Current; 1674long row = enumerator.Current; 1766long row = enumerator.Current; 1781long row = enumerator.Current; 1830long row = enumerator.Current; 1845long row = enumerator.Current; 1894long row = enumerator.Current; 1909long row = enumerator.Current; 1958long row = enumerator.Current; 1973long row = enumerator.Current; 2021long row = enumerator.Current; 2069long row = enumerator.Current; 2113long row = enumerator.Current; 2161long row = enumerator.Current; 2253long row = enumerator.Current; 2268long row = enumerator.Current; 2317long row = enumerator.Current; 2332long row = enumerator.Current; 2381long row = enumerator.Current; 2396long row = enumerator.Current; 2445long row = enumerator.Current; 2460long row = enumerator.Current; 2508long row = enumerator.Current; 2556long row = enumerator.Current; 2600long row = enumerator.Current; 2648long row = enumerator.Current; 2740long row = enumerator.Current; 2755long row = enumerator.Current; 2804long row = enumerator.Current; 2819long row = enumerator.Current; 2868long row = enumerator.Current; 2883long row = enumerator.Current; 2932long row = enumerator.Current; 2947long row = enumerator.Current; 2995long row = enumerator.Current; 3043long row = enumerator.Current; 3087long row = enumerator.Current; 3135long row = enumerator.Current; 3227long row = enumerator.Current; 3242long row = enumerator.Current; 3291long row = enumerator.Current; 3306long row = enumerator.Current; 3355long row = enumerator.Current; 3370long row = enumerator.Current; 3419long row = enumerator.Current; 3434long row = enumerator.Current; 3482long row = enumerator.Current; 3530long row = enumerator.Current; 3574long row = enumerator.Current; 3622long row = enumerator.Current; 3714long row = enumerator.Current; 3729long row = enumerator.Current; 3778long row = enumerator.Current; 3793long row = enumerator.Current; 3842long row = enumerator.Current; 3857long row = enumerator.Current; 3906long row = enumerator.Current; 3921long row = enumerator.Current; 3969long row = enumerator.Current; 4017long row = enumerator.Current; 4061long row = enumerator.Current; 4109long row = enumerator.Current; 4201long row = enumerator.Current; 4216long row = enumerator.Current; 4265long row = enumerator.Current; 4280long row = enumerator.Current; 4329long row = enumerator.Current; 4344long row = enumerator.Current; 4393long row = enumerator.Current; 4408long row = enumerator.Current; 4456long row = enumerator.Current; 4504long row = enumerator.Current; 4548long row = enumerator.Current; 4596long row = enumerator.Current; 4688long row = enumerator.Current; 4703long row = enumerator.Current; 4752long row = enumerator.Current; 4767long row = enumerator.Current; 4816long row = enumerator.Current; 4831long row = enumerator.Current; 4880long row = enumerator.Current; 4895long row = enumerator.Current; 4943long row = enumerator.Current; 4991long row = enumerator.Current; 5035long row = enumerator.Current; 5083long row = enumerator.Current; 5175long row = enumerator.Current; 5190long row = enumerator.Current; 5239long row = enumerator.Current; 5254long row = enumerator.Current; 5303long row = enumerator.Current; 5318long row = enumerator.Current; 5367long row = enumerator.Current; 5382long row = enumerator.Current; 5430long row = enumerator.Current; 5478long row = enumerator.Current; 5522long row = enumerator.Current; 5570long row = enumerator.Current; 5662long row = enumerator.Current; 5677long row = enumerator.Current; 5726long row = enumerator.Current; 5741long row = enumerator.Current; 5790long row = enumerator.Current; 5805long row = enumerator.Current; 5854long row = enumerator.Current; 5869long row = enumerator.Current; 5917long row = enumerator.Current; 5965long row = enumerator.Current; 6009long row = enumerator.Current; 6057long row = enumerator.Current;
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GCInfo\GCInfoDecoder.cs (1)
506_completedDecodePoints.Add(_decodePoints.Current);
Microsoft.Diagnostics.DataContractReader.Legacy (22)
ClrDataMethodDefinition.cs (2)
246MethodDescHandle methodDesc = emi.Enumerator.Current; 530*extent = extents.Enumerator.Current;
ClrDataMethodInstance.cs (1)
646*extent = extents.Enumerator.Current;
ClrDataModule.cs (1)
426uint token = emd.Enumerator.Current;
ClrDataStackWalk.cs (8)
58_stackPointerBeforeFiltering = stackWalk.GetStackPointer(_dataFrames.Current).Value; 62_stackSizeSkipped = unchecked(stackWalk.GetStackPointer(_dataFrames.Current).Value - _stackPointerBeforeFiltering); 63if (IsLegacyVisible(_dataFrames.Current)) 93IStackDataFrameHandle dataFrame = _dataFrames.Current; 153frame.Interface = new ClrDataFrame(_target, _threadAddr, _dataFrames.Current, legacyFrame, _apiLock); 170IStackDataFrameHandle dataFrame = _dataFrames.Current; 301IStackDataFrameHandle frameData = _dataFrames.Current; 340bool isFirst = _currentFrameIsValid && _dataFrames.Current.IsActiveFrame;
ClrDataValue.cs (1)
812FieldEntry entry = enumeration.Enumerator.Current;
Dbi\DacDbiImpl.cs (2)
5015COR_HEAPOBJECT current = walk.Enumerator.Current; 5322refs[i++] = walk.Enumerator.Current;
Dbi\Helpers\StackWalkHandleData.cs (2)
37Current = _enumerator is not null && _enumerator.MoveNext() ? _enumerator.Current : null; 44Current = _enumerator is not null && _enumerator.MoveNext() ? _enumerator.Current : null;
SOSDacImpl.cs (1)
4876Contracts.LoaderHeapBlock block = blocks.Current;
SOSDacImpl.IXCLRDataProcess.cs (4)
499appDomain.Interface = new ClrDataAppDomain(_target, domains.Enumerator.Current, legacyAppDomain, _apiLock); 687mod.Interface = new ClrDataModule(modules.Enumerator.Current.Address, _target, legacyModule, _apiLock); 1083MethodDescHandle methodDesc = emi.Enumerator.Current; 1730MethodDefinitionInfo methodDefinition = methodDefinitions.Enumerator.Current;
Microsoft.DotNet.Cli.Definitions (2)
Help\HelpBuilder.cs (2)
165yield return (hasFirst ? enum1.Current : "", hasSecond ? enum2.Current : "");
Microsoft.Extensions.Caching.Hybrid (2)
Internal\TagSet.cs (2)
131string firstTag = iterator.Current; 151oversized[count++] = iterator.Current;
Microsoft.Extensions.Configuration.CommandLine (2)
CommandLineConfigurationProvider.cs (2)
50string currentArg = enumerator.Current; 102value = enumerator.Current;
Microsoft.Extensions.DependencyModel (1)
DependencyContextWriter.cs (1)
325RuntimeAssetGroup group = groups.Current;
Microsoft.Extensions.Diagnostics (1)
src\runtime\src\libraries\Common\src\System\Diagnostics\DiagnosticsHelper.cs (1)
90KeyValuePair<string, object?> pair = enumerator.Current;
Microsoft.Extensions.FileProviders.Embedded.Manifest.Task (2)
Entry.cs (2)
104if (!le.Current.Equals(re.Current))
Microsoft.Extensions.Http.Diagnostics (4)
Logging\Internal\HttpHeadersRedactor.cs (4)
47var firstItem = enumerator.Current.AsSpan(); 57currentItem = enumerator.Current.AsSpan(); 81currentItem = enumerator.Current.AsSpan(); 92currentItem = enumerator.Current.AsSpan();
Microsoft.Extensions.Logging (6)
LoggerFactoryScopeProvider.cs (6)
249_stringBuilder.Append(enumerator.Current.Key); 251_stringBuilder.Append(enumerator.Current.Value); 256_stringBuilder.Append(enumerator.Current.Key); 258_stringBuilder.Append(enumerator.Current.Value); 276public KeyValuePair<string, object?> Current => new KeyValuePair<string, object?>(_enumerator.Current.Key, _enumerator.Current.Value);
Microsoft.Extensions.Telemetry (6)
Logging\Import\LoggerFactoryScopeProvider.cs (6)
262_stringBuilder.Append(enumerator.Current.Key); 264_stringBuilder.Append(enumerator.Current.Value); 269_stringBuilder.Append(enumerator.Current.Key); 271_stringBuilder.Append(enumerator.Current.Value); 290new KeyValuePair<string, object?>(_enumerator.Current.Key, _enumerator.Current.Value);
Microsoft.Maui.Controls (1)
CastingEnumerator.cs (1)
44 get { return _enumerator.Current as T; }
Microsoft.ML.AutoML (2)
Tuner\AutoZeroTuner.cs (1)
83var config = _configsEnumerator.Current;
Tuner\GridSearchTuner.cs (1)
34var res = _enumerator.Current;
Microsoft.ML.AutoML.Tests (1)
AutoFitTests.cs (1)
505var model = enumerator.Current;
Microsoft.ML.Data (24)
DataLoadSave\Binary\BinaryLoader.cs (6)
1604block = _toDecompressEnumerator.Current; 1640_curr = _toReadEnumerator.Current; 1658_curr = _toReadEnumerator.Current; 1859block = _toDecompressEnumerator.Current; 1923_curr = _toReadEnumerator.Current; 1947_curr = _toReadEnumerator.Current;
DataLoadSave\Text\TextLoaderCursor.cs (1)
293_rows.Index = _ator.Current;
DataView\DataViewConstructionUtils.cs (1)
739_currentRow = result ? _enumerator.Current : null;
Evaluators\AucAggregator.cs (16)
147posScore = posSorted.Current; 148var negScore = negSorted.Current; 171posScore = posSorted.Current; 179negScore = negSorted.Current; 195if (posScore == negSorted.Current) 252posScore = posSorted.Current.Score; 253var negScore = negSorted.Current.Score; 256var weight = posSorted.Current.Weight; 263var weight = negSorted.Current.Weight; 279var posWeight = posSorted.Current.Weight; 285posScore = posSorted.Current.Score; 289var negWeight = negSorted.Current.Weight; 295negScore = negSorted.Current.Score; 309var weight = posSorted.Current.Weight; 316var weight = negSorted.Current.Weight; 319if (posScore == negSorted.Current.Score)
Microsoft.ML.FastTree (14)
FastTree.cs (7)
1968int irow = kvEnums[i].Current.Key; 1969int jrow = kvEnums[j].Current.Key; 1994var kvp = kvEnum.Current; 2124int last = lastOn[hotEnumerator.Current]; 2134lastOn[hotEnumerator.Current] = iFeatureLocal; 2270int i = hotEnumerator.Current; 2318lastOn[hotEnumerator.Current] = iFeature;
SumupPerformanceCommand.cs (1)
221double skippedDocs = g.Current + 1; // Number docs till the next good one.
Utils\LinqExtensions.cs (6)
228if (e1.Current.CompareTo(e2.Current) <= 0) 230yield return e1.Current; 235yield return e2.Current; 241yield return e1.Current; 246yield return e2.Current;
Microsoft.ML.Parquet (4)
ParquetLoader.cs (2)
557_curDataSetRow = _dataSetEnumerator.Current; 562_readerOptions.Offset = (long)_blockEnumerator.Current * _readerOptions.Count;
PartitionedFileLoader.cs (2)
519string curPath = _parent._files.GetPathOrNull(_fileOrder.Current); 522Ch.Warning($"File at index {_fileOrder.Current} is missing a path. Loading of file is being skipped.");
Microsoft.ML.Samples (2)
Dynamic\SimpleDataViewImplementation.cs (2)
286=> value = _enumerator.Current.Label; 291=> value = _enumerator.Current.Text.AsMemory();
Microsoft.ML.Samples.OneDal (2)
Program.cs (2)
57if (columnsEnumerator.Current.Name != labelName) 58featuresList.Add(columnsEnumerator.Current.Name);
Microsoft.ML.TestFramework (3)
BaseTestBaseline.cs (3)
457suffixList.Add(suffix.Current); 458seqList.Add(seq.Current); 465seqList[idx++ % seqList.Count] = seq.Current;
Microsoft.ML.Tests (18)
CollectionsDataViewTest.cs (10)
165Assert.True(CompareThroughReflection(enumeratorSimple.Current, originalEnumerator.Current)); 238Assert.True(CompareThroughReflection(enumeratorSimple.Current, originalEnumerator.Current)); 264Assert.True(CompareThroughReflection(enumeratorSimple.Current, originalEnumerator.Current)); 319Assert.True(CompareThroughReflection(enumeratorSimple.Current, originalEnumerator.Current)); 320Assert.True(enumeratorSimple.Current.UnusedPropertyWithPrivateSetter == 100); 348Assert.True(CompareThroughReflection(enumeratorSimple.Current, originalEnumerator.Current)); 400Assert.True(CompareThroughReflection(enumeratorSimple.Current, originalEnumerator.Current)); 450Assert.True(CompareThroughReflection(enumeratorSimple.Current, originalEnumerator.Current)); 488Assert.True(enumeratorSimple.Current.GetDay == originalEnumerator.Current.Day && 489enumeratorSimple.Current.GetHour == originalEnumerator.Current.Hour);
TrainerEstimators\TreeEstimators.cs (2)
888var row = summaryDataEnumerator.Current; 895var row = summaryDataEnumerator.Current;
Transformers\ConcatTests.cs (6)
133Assert.True(colEnumerator.Current.outputColumnName == "f2" && 134colEnumerator.Current.inputColumnNames[0] == "float1" && 135colEnumerator.Current.inputColumnNames[1] == "float1"); 137Assert.True(colEnumerator.Current.outputColumnName == "f3" && 138colEnumerator.Current.inputColumnNames[0] == "float4" && 139colEnumerator.Current.inputColumnNames[1] == "float1");
Microsoft.ML.TimeSeries.Tests (7)
TimeSeriesDirectApi.cs (3)
139row = enumerator.Current; 197row = enumerator.Current; 404row = enumerator.Current;
TimeSeriesSimpleApiTests.cs (4)
67row = enumerator.Current; 111row = enumerator.Current; 162row = enumerator.Current; 220row = enumerator.Current;
Microsoft.ML.Tokenizers (7)
Model\SentencePieceBaseModel.cs (7)
211int current = enumerator.Current; 227current = enumerator.Current; 248current = enumerator.Current; 436int current = enumerator.Current; 456current = enumerator.Current; 461if (!EncodeByte(enumerator.Current, OneByteUtf8EncodingMaxId, ByteCodeToIdOffset, ref bytesCount, buffer, ref charsWritten, ref idsConsumed, ref bytesPoolArray)) 512current = enumerator.Current;
Microsoft.ML.Transforms (4)
Expression\TokenCursor.cs (1)
144Token tok = _buffer[_itokLim++] = _tokens.Current;
SvmLight\SvmLightLoader.cs (2)
165ReadOnlyMemory<char> token = ator.Current; 190token = ator.Current;
Text\WordTokenizing.cs (1)
408var column = columns.Current;
Microsoft.TemplateEngine.Core (2)
Operations\PhasedOperation.cs (2)
37Phase c = currentSource.Current; 67currentSource = currentSource.Current.Next.GetEnumerator();
Microsoft.TemplateEngine.Utils (11)
EqualityExtensions.cs (2)
33TValue? firstValue = selector(enumerator.Current); 37TValue? currentValue = selector(enumerator.Current);
InMemoryFileSystem.cs (9)
235if (rx.IsMatch(current.Current.Key)) 237yield return current.Current.Value.FullPath; 241current = current.Current.Value.Directories.GetEnumerator(); 314foreach (KeyValuePair<string, FileSystemFile> entry in current.Current.Value.Files) 323current = current.Current.Value.Directories.GetEnumerator(); 404if (rx.IsMatch(current.Current.Key)) 406yield return current.Current.Value.FullPath; 409foreach (KeyValuePair<string, FileSystemFile> entry in current.Current.Value.Files) 418current = current.Current.Value.Directories.GetEnumerator();
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
Nuget.Frameworks\NoAllocEnumerateExtensions.cs (2)
239EnumeratorKind.Fallback => _fallbackEnumerator!.Current, 372EnumeratorKind.Fallback => _fallbackEnumerator!.Current,
NuGet.Build.Tasks.Console (2)
src\nuget-client\build\Shared\NoAllocEnumerateExtensions.cs (2)
246EnumeratorKind.Fallback => _fallbackEnumerator!.Current, 383EnumeratorKind.Fallback => _fallbackEnumerator!.Current,
NuGet.CommandLine.XPlat (2)
src\nuget-client\build\Shared\NoAllocEnumerateExtensions.cs (2)
246EnumeratorKind.Fallback => _fallbackEnumerator!.Current, 383EnumeratorKind.Fallback => _fallbackEnumerator!.Current,
NuGet.Commands (2)
src\nuget-client\build\Shared\NoAllocEnumerateExtensions.cs (2)
246EnumeratorKind.Fallback => _fallbackEnumerator!.Current, 383EnumeratorKind.Fallback => _fallbackEnumerator!.Current,
NuGet.Configuration (2)
src\nuget-client\build\Shared\NoAllocEnumerateExtensions.cs (2)
246EnumeratorKind.Fallback => _fallbackEnumerator!.Current, 383EnumeratorKind.Fallback => _fallbackEnumerator!.Current,
NuGet.DependencyResolver.Core (2)
src\nuget-client\build\Shared\NoAllocEnumerateExtensions.cs (2)
246EnumeratorKind.Fallback => _fallbackEnumerator!.Current, 383EnumeratorKind.Fallback => _fallbackEnumerator!.Current,
NuGet.Frameworks (2)
src\nuget-client\build\Shared\NoAllocEnumerateExtensions.cs (2)
246EnumeratorKind.Fallback => _fallbackEnumerator!.Current, 383EnumeratorKind.Fallback => _fallbackEnumerator!.Current,
NuGet.LibraryModel (2)
src\nuget-client\build\Shared\NoAllocEnumerateExtensions.cs (2)
246EnumeratorKind.Fallback => _fallbackEnumerator!.Current, 383EnumeratorKind.Fallback => _fallbackEnumerator!.Current,
NuGet.PackageManagement (2)
src\nuget-client\build\Shared\NoAllocEnumerateExtensions.cs (2)
246EnumeratorKind.Fallback => _fallbackEnumerator!.Current, 383EnumeratorKind.Fallback => _fallbackEnumerator!.Current,
NuGet.Packaging (2)
src\nuget-client\build\Shared\NoAllocEnumerateExtensions.cs (2)
246EnumeratorKind.Fallback => _fallbackEnumerator!.Current, 383EnumeratorKind.Fallback => _fallbackEnumerator!.Current,
NuGet.ProjectModel (2)
src\nuget-client\build\Shared\NoAllocEnumerateExtensions.cs (2)
246EnumeratorKind.Fallback => _fallbackEnumerator!.Current, 383EnumeratorKind.Fallback => _fallbackEnumerator!.Current,
NuGet.Protocol (4)
LegacyFeed\V2FeedListResource.cs (1)
180return _currentEnumerator!.Current;
LocalRepositories\LocalPackageListResource.cs (1)
109return _currentEnumerator?.Current!;
src\nuget-client\build\Shared\NoAllocEnumerateExtensions.cs (2)
246EnumeratorKind.Fallback => _fallbackEnumerator!.Current, 383EnumeratorKind.Fallback => _fallbackEnumerator!.Current,
NuGet.Resolver (2)
src\nuget-client\build\Shared\NoAllocEnumerateExtensions.cs (2)
246EnumeratorKind.Fallback => _fallbackEnumerator!.Current, 383EnumeratorKind.Fallback => _fallbackEnumerator!.Current,
NuGet.Versioning (4)
src\nuget-client\build\Shared\NoAllocEnumerateExtensions.cs (2)
246EnumeratorKind.Fallback => _fallbackEnumerator!.Current, 383EnumeratorKind.Fallback => _fallbackEnumerator!.Current,
VersionExtensions.cs (2)
35T current = enumerator.Current; 48T current = enumerator.Current;
PresentationCore (7)
MS\Internal\FontCache\FamilyCollection.cs (2)
564return ((IEnumerator<Text.TextInterface.FontFamily>)this).Current; 658string ordinalName = familyNames.Current;
MS\Internal\FontFace\TypefaceCollection.cs (3)
154Text.TextInterface.Font face = _familyEnumerator.Current; 159FamilyTypeface familyTypeface = _familyTypefaceEnumerator.Current; 179return ((IEnumerator<Typeface>)this).Current;
System\Windows\Media\Animation\TimelineClockCollection.cs (1)
354return ((IEnumerator<Clock>)this).Current;
System\Windows\Media\CultureSpecificStringDictionary.cs (1)
387KeyValuePair<XmlLanguage, string> entry = _enumerator.Current;
PresentationFramework (30)
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (7)
349TextSegment rangeSegment = rangeEnumerator.MoveNext() ? rangeEnumerator.Current : TextSegment.Null; 377Debug.Assert(rangeEnumerator.Current.IsNull || !next || 378(rangeSegment.End.CompareTo(rangeEnumerator.Current.Start) <= 0), 380rangeSegment = next ? rangeEnumerator.Current : TextSegment.Null; 419rangeSegment = rangeEnumerator.MoveNext() ? rangeEnumerator.Current : TextSegment.Null; 435_segments.Insert(ind++, new HighlightSegment(rangeEnumerator.Current.Start, rangeEnumerator.Current.End, highlightRange));
MS\Internal\Annotations\TextAnchor.cs (8)
202ourSegment = ourEnumerator.Current; 203theirSegment = theirEnumerator.Current; 291Invariant.Assert(otherSegment.Equals(TextSegment.Null) || otherSegment.Equals(enumerator.Current) || otherSegment.End.CompareTo(enumerator.Current.Start) <= 0, "TextSegments are overlapping or not ordered."); 294otherSegment = enumerator.Current; 393Invariant.Assert(otherSegment.Equals(TextSegment.Null) || otherSegment.Equals(enumerator.Current) || otherSegment.End.CompareTo(enumerator.Current.Start) <= 0, "TextSegments are overlapping or not ordered."); 396otherSegment = enumerator.Current;
MS\Internal\Data\LiveShapingList.cs (1)
765get { return _ie.Current.Item; }
MS\Internal\Ink\InkCanvasSelection.cs (1)
595Rect elementRect = enumerator.Current;
MS\Internal\WindowsRuntime\Generated\WinRT\Projections\IEnumerable.cs (1)
349return m_enumerator.Current;
System\Windows\Documents\DocumentSequence.cs (2)
895GetPageAsyncRequest asyncRequest = ienum.Current.Value; 900notificationList.Add(ienum.Current.Key);
System\Windows\Documents\FixedDocument.cs (2)
1219GetPageAsyncRequest asyncRequest = ienum.Current.Value; 1223completedRequests.Add(ienum.Current.Key);
System\Windows\FrameworkTemplate.cs (1)
1085nameScope.RegisterNameInternal(nameEnumerator.Current, createdObject);
System\Windows\Input\KeyboardNavigation.cs (7)
589Rect rect = enumerator.Current; 606Rect rect = enumerator.Current; 1455IInputElement current = enumerator.Current; 1513IInputElement current = enumerator.Current; 1627IInputElement current = enumerator.Current; 1695IInputElement current = enumerator.Current; 2420Rect rect = enumerator.Current;
PresentationUI (1)
MS\Internal\Documents\RMPublishingDialog.cs (1)
62Uri referralUri = licenseEnumerator.Current.ReferralInfoUri;
ReachFramework (1)
Serialization\Manager\ReachSerializationUtils.cs (1)
836IInputElement element = enumerator.Current;
Roslyn.Diagnostics.Analyzers (20)
src\roslyn\src\Compilers\Core\Portable\InternalUtilities\ConcurrentSet.cs (1)
125public T Current => _kvpEnumerator.Current.Key;
src\roslyn\src\Dependencies\Collections\Extensions\IEnumerableExtensions.cs (12)
673var previous = e.Current; 676if (comparer.Compare(previous, e.Current) > 0) 681previous = e.Current; 748line[i] = e.Current; 799TSource result = e.Current; 964if (!enumerator2.MoveNext() || !comparer(enumerator.Current, enumerator2.Current)) 992var result = e.Current; 995result = func(result, e.Current); 1061array[0] = e.Current; 1075array[i] = e.Current; 1086local[i] = e.Current;
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedList`1.cs (3)
118Add(en.Current); 338Add(en.Current); 950Insert(index++, en.Current);
src\roslyn\src\Dependencies\Threading\ParallelExtensions.NetFramework.cs (1)
144element = state.Enumerator.Current;
src\roslyn\src\RoslynAnalyzers\Utilities\Compiler\PooledObjects\PooledConcurrentSet.cs (1)
152public T Current => _kvpEnumerator.Current.Key;
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\SymbolEquivalenceComparer.EquivalenceVisitor.cs (2)
532var p1 = xMembersEnumerator.Current; 533var p2 = yMembersEnumerator.Current;
Roslyn.Diagnostics.CSharp.Analyzers (2)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Utilities\SpeculationAnalyzer.cs (2)
286if (ReplacementChangesSemantics(originalChildNodeEnum.Current, replacedChildNodeEnum.Current, originalRoot, skipVerificationForCurrentNode: true))
rzc (4)
CommandLine\CommandLineApplication.cs (4)
176arguments.Current.Values.Add(arg); 255arguments.Current.Values.Add(arg); 351arguments.Current.Values.Add(arg); 608return _enumerator.Current;
System.Collections (2)
src\runtime\src\libraries\Common\src\System\Collections\Generic\EnumerableHelpers.cs (2)
60arr[0] = en.Current; 82arr[count++] = en.Current;
System.Collections.Concurrent (4)
System\Collections\Concurrent\OrderablePartitioner.cs (1)
251return _source.Current.Value;
System\Collections\Concurrent\PartitionerStatic.cs (3)
710_sharedReader.Current); 795_sharedReader.Current); 821_sharedReader.Current);
System.Collections.Immutable (10)
System\Collections\Frozen\FrozenDictionary.cs (1)
701/// <inheritdoc cref="IEnumerator{T}.Current" />
System\Collections\Frozen\FrozenSet.cs (1)
509/// <inheritdoc cref="IEnumerator{T}.Current" />
System\Collections\Immutable\DictionaryEnumerator.cs (4)
21get { return new DictionaryEntry(_inner.Current.Key, _inner.Current.Value); } 26get { return _inner.Current.Key; } 31get { return _inner.Current.Value; }
System\Collections\Immutable\DisposableEnumeratorAdapter_2.cs (2)
58get { return _enumeratorObject != null ? _enumeratorObject.Current : _enumeratorStruct.Current; }
System\Collections\Immutable\ImmutableQueue.cs (2)
55ImmutableStack<T> forwards = ImmutableStack.Create(e.Current); 60backwards = backwards.Push(e.Current);
System.CommandLine (2)
Help\HelpBuilder.cs (2)
275yield return (hasFirst ? enum1.Current : "", hasSecond ? enum2.Current : "");
System.ComponentModel.TypeConverter (3)
System\ComponentModel\CollectibleKeyConcurrentHashtable.cs (3)
110Current = _defaultEnumerator.Current; 118if (_collectibleEnumerator.Current.Value is TValue value) 120Current = new KeyValuePair<TKey, TValue>(_collectibleEnumerator.Current.Key, value);
System.Data.Common (4)
System\Data\Common\DbConnectionStringBuilder.cs (2)
253values[i] = this[keylist.Current]; 254Debug.Assert(null != values[i], $"null value {keylist.Current}");
System\Data\DataTableExtensions.cs (2)
111current = rows.Current; 138current = rows.Current;
System.Diagnostics.DiagnosticSource (8)
src\runtime\src\libraries\Common\src\System\Diagnostics\DiagnosticsHelper.cs (1)
90KeyValuePair<string, object?> pair = enumerator.Current;
System\Diagnostics\Activity.cs (5)
1749_last = _first = new DiagNode<KeyValuePair<string, object?>>(e.Current); 1753_last.Next = new DiagNode<KeyValuePair<string, object?>>(e.Current); 1773_last = _first = new DiagNode<KeyValuePair<string, object?>>(e.Current); 1777_last!.Next = new DiagNode<KeyValuePair<string, object?>>(e.Current); 1783_last.Next = new DiagNode<KeyValuePair<string, object?>>(e.Current);
System\Diagnostics\DiagLinkedList.cs (2)
30_last = _first = new DiagNode<T>(e.Current); 34_last.Next = new DiagNode<T>(e.Current);
System.DirectoryServices.AccountManagement (2)
System\DirectoryServices\AccountManagement\PrincipalCollectionEnumerator.cs (2)
168_current = _enumerator.Current; 189_current = _enumerator.Current;
System.Formats.Tar (2)
System\Formats\Tar\TarHeader.cs (1)
146KeyValuePair<string, string> kvp = enumerator.Current;
System\Formats\Tar\TarHeader.Read.cs (1)
101KeyValuePair<string, string> extendedAttribute = enumerator.Current;
System.IO.Packaging (3)
System\IO\Packaging\PackageRelationshipCollection.cs (3)
125return _enumerator.Current; 150return _enumerator.Current; 170PackageRelationship r = _enumerator.Current;
System.Linq (191)
System\Linq\Aggregate.cs (2)
45result = e.Current; 48result = func(result, e.Current);
System\Linq\AggregateBy.cs (2)
123TSource value = enumerator.Current; 155TSource value = enumerator.Current;
System\Linq\AppendPrepend.cs (1)
65_current = _enumerator.Current;
System\Linq\Average.cs (10)
62long sum = e.Current; 67checked { sum += e.Current; } 110TAccumulator sum = TAccumulator.CreateChecked(e.Current); 114checked { sum += TAccumulator.CreateChecked(e.Current); } 145TSource? value = e.Current; 153value = e.Current; 200TAccumulator sum = TAccumulator.CreateChecked(selector(e.Current)); 205checked { sum += TAccumulator.CreateChecked(selector(e.Current)); } 241TSelector? value = selector(e.Current); 249value = selector(e.Current);
System\Linq\Chunk.cs (3)
89array[0] = e.Current; 103array[i] = e.Current; 114local[i] = e.Current;
System\Linq\Concat.cs (2)
98/// than each <see cref="System.Collections.IEnumerator.MoveNext"/> and <see cref="IEnumerator{T}.Current"/> calls having to traverse all of the previous 246_current = _enumerator.Current;
System\Linq\Concat.SpeedOpt.cs (2)
117return e.Current; 302return e.Current;
System\Linq\CountBy.cs (1)
60TSource value = enumerator.Current;
System\Linq\DefaultIfEmpty.cs (2)
52_current = _enumerator.Current; 66_current = _enumerator.Current;
System\Linq\DefaultIfEmpty.SpeedOpt.cs (1)
106if (EqualityComparer<TSource>.Default.Equals(enumerator.Current, value))
System\Linq\Distinct.cs (3)
81TSource element = enumerator.Current; 123TSource element = _enumerator.Current; 134element = _enumerator.Current;
System\Linq\ElementAt.cs (3)
140return e.Current; 161queue.Enqueue(e.Current); 169queue.Enqueue(e.Current);
System\Linq\First.cs (1)
93return e.Current;
System\Linq\GroupJoin.cs (2)
104TOuter item = e.Current; 119TOuter item = e.Current;
System\Linq\Join.cs (2)
260TOuter item = e.Current; 338TOuter item = e.Current;
System\Linq\Last.cs (3)
95result = e.Current; 142TSource result = e.Current; 147TSource element = e.Current;
System\Linq\LeftJoin.cs (2)
256TOuter item = e.Current; 336TOuter item = e.Current;
System\Linq\Max.cs (44)
23T value = e.Current; 26T x = e.Current; 56value = e.Current; 71T? cur = e.Current; 84T? cur = e.Current; 153value = e.Current; 161value = e.Current; 166T x = e.Current; 192value = e.Current; 204T? cur = e.Current; 213T? cur = e.Current; 262value = e.Current; 265decimal x = e.Current; 292value = e.Current; 299decimal? cur = e.Current; 369value = e.Current; 375TSource next = e.Current; 389value = e.Current; 394TSource next = e.Current; 405TSource next = e.Current; 470TSource value = e.Current; 487value = e.Current; 495TSource nextValue = e.Current; 510TSource nextValue = e.Current; 523TSource nextValue = e.Current; 564value = selector(e.Current); 567TResult x = selector(e.Current); 598value = selector(e.Current); 613TResult? cur = selector(e.Current); 626TResult? cur = selector(e.Current); 669value = selector(e.Current); 677value = selector(e.Current); 682TResult x = selector(e.Current); 713value = selector(e.Current); 725TResult? cur = selector(e.Current); 734TResult? cur = selector(e.Current); 768value = selector(e.Current); 771decimal x = selector(e.Current); 802value = selector(e.Current); 809decimal? cur = selector(e.Current); 844value = selector(e.Current); 851TResult x = selector(e.Current); 865value = selector(e.Current); 868TResult x = selector(e.Current);
System\Linq\Min.cs (38)
23T value = e.Current; 26T x = e.Current; 58value = e.Current; 67T? cur = e.Current; 129value = e.Current; 137T x = e.Current; 177value = e.Current; 189T? cur = e.Current; 242value = e.Current; 245decimal x = e.Current; 271value = e.Current; 278decimal? cur = e.Current; 348value = e.Current; 354TSource next = e.Current; 368value = e.Current; 373TSource next = e.Current; 384TSource next = e.Current; 449TSource value = e.Current; 466value = e.Current; 474TSource nextValue = e.Current; 489TSource nextValue = e.Current; 502TSource nextValue = e.Current; 543value = selector(e.Current); 546TResult x = selector(e.Current); 579value = selector(e.Current); 588TResult? cur = selector(e.Current); 630value = selector(e.Current); 638TResult x = selector(e.Current); 682value = selector(e.Current); 694TResult? cur = selector(e.Current); 732value = selector(e.Current); 735decimal x = selector(e.Current); 766value = selector(e.Current); 773decimal? cur = selector(e.Current); 808value = selector(e.Current); 815TResult x = selector(e.Current); 829value = selector(e.Current); 832TResult x = selector(e.Current);
System\Linq\OrderedEnumerable.cs (2)
45value = e.Current; 52TElement x = e.Current;
System\Linq\OrderedEnumerable.SpeedOpt.cs (13)
175TElement value = e.Current; 179TElement x = e.Current; 200TElement value = e.Current; 204TElement current = e.Current; 273TElement resultValue = e.Current; 280TElement nextValue = e.Current; 293TElement nextValue = e.Current; 325TElement resultValue = e.Current; 332TElement nextValue = e.Current; 345TElement nextValue = e.Current; 406TElement resultValue = e.Current; 412TElement nextValue = e.Current; 423TElement nextValue = e.Current;
System\Linq\Reverse.SpeedOpt.cs (2)
79result = e.Current; 112return e.Current;
System\Linq\RightJoin.cs (2)
254TInner item = e.Current; 334TInner item = e.Current;
System\Linq\Select.cs (2)
152_current = _selector(_enumerator.Current); 296_current = _selector(_enumerator.Current);
System\Linq\Select.SizeOpt.cs (1)
65_current = _selector(_enumerator.Current);
System\Linq\Select.SpeedOpt.cs (4)
87return _selector(e.Current); 109return _selector(e.Current); 123TSource last = e.Current; 127last = e.Current;
System\Linq\SelectMany.cs (2)
201TSource element = _sourceEnumerator.Current; 218_current = _subEnumerator.Current;
System\Linq\SequenceEqual.cs (2)
60if (!(e2.MoveNext() && comparer.Equals(e1.Current, e2.Current)))
System\Linq\Shuffle.SpeedOpt.cs (3)
239reservoir = new List<TSource>(Math.Min(takeCount, 4)) { e.Current }; 248reservoir.Add(e.Current); 260reservoir[(int)r] = e.Current;
System\Linq\Single.cs (3)
93TSource result = e.Current; 144TSource result = e.Current; 149if (predicate(e.Current))
System\Linq\Skip.cs (4)
66TSource element = e.Current; 72yield return e.Current; 111TSource element = e.Current; 117yield return e.Current;
System\Linq\SkipTake.SpeedOpt.cs (6)
333_current = _enumerator.Current; 414return en.Current; 436return en.Current; 475result = en.Current; 502builder.Add(en.Current); 530builder.Add(en.Current);
System\Linq\Take.cs (5)
120queue.Enqueue(e.Current); 127queue.Enqueue(e.Current); 135queue.Enqueue(e.Current); 176queue.Enqueue(e.Current); 184queue.Enqueue(e.Current);
System\Linq\Union.cs (2)
140TSource element = _enumerator.Current; 155TSource element = _enumerator.Current;
System\Linq\Where.cs (2)
133TSource item = _enumerator.Current; 407TSource item = _enumerator.Current;
System\Linq\Where.SizeOpt.cs (1)
39TSource item = _enumerator.Current;
System\Linq\Where.SpeedOpt.cs (4)
103TSource current = e.Current; 111current = e.Current; 661TSource current = e.Current; 669current = e.Current;
System\Linq\Zip.cs (7)
81yield return (e1.Current, e2.Current); 91yield return resultSelector(e1.Current, e2.Current); 102yield return (e1.Current, e2.Current, e3.Current);
System.Linq.Expressions (55)
System\Linq\Expressions\BlockExpression.cs (15)
221if (en.Current == _arg0) 224return en.Current == _arg1; 274if (en.Current == _arg0) 277if (en.Current == _arg1) 280return en.Current == _arg2; 341if (en.Current == _arg0) 344if (en.Current == _arg1) 347if (en.Current == _arg2) 350return en.Current == _arg3; 425if (en.Current == _arg0) 428if (en.Current == _arg1) 431if (en.Current == _arg2) 434if (en.Current == _arg3) 437return en.Current == _arg4; 565return ExpressionUtils.ReturnObject<Expression>(_body) == en.Current;
System\Linq\Expressions\DynamicExpression.cs (10)
560return en.Current == ExpressionUtils.ReturnObject<Expression>(_arg0); 625if (en.Current == _arg0) 628return en.Current == _arg1; 696if (en.Current == _arg0) 699if (en.Current == _arg1) 702return en.Current == _arg2; 773if (en.Current == _arg0) 776if (en.Current == _arg1) 779if (en.Current == _arg2) 782return en.Current == _arg3;
System\Linq\Expressions\Interpreter\InstructionList.cs (2)
127while (hasCookie && cookieEnumerator.Current.Key == i) 129cookie = cookieEnumerator.Current.Value;
System\Linq\Expressions\LambdaExpression.cs (6)
410return en.Current == ExpressionUtils.ReturnObject<ParameterExpression>(_par0); 467if (en.Current == _par0) 470return en.Current == _par1; 532if (en.Current == _par0) 535if (en.Current == _par1) 538return en.Current == _par2;
System\Linq\Expressions\MethodCallExpression.cs (21)
291return en.Current == ExpressionUtils.ReturnObject<Expression>(_arg0); 348if (en.Current == _arg0) 351return en.Current == _arg1; 415if (en.Current == _arg0) 418if (en.Current == _arg1) 421return en.Current == _arg2; 488if (en.Current == _arg0) 491if (en.Current == _arg1) 494if (en.Current == _arg2) 497return en.Current == _arg3; 567if (en.Current == _arg0) 570if (en.Current == _arg1) 573if (en.Current == _arg2) 576if (en.Current == _arg3) 579return en.Current == _arg4; 668return en.Current == ExpressionUtils.ReturnObject<Expression>(_arg0); 729if (en.Current == _arg0) 732return en.Current == _arg1; 796if (en.Current == _arg0) 799if (en.Current == _arg1) 802return en.Current == _arg2;
System\Runtime\CompilerServices\ReadOnlyCollectionBuilder.cs (1)
68Add(en.Current);
System.Linq.Parallel (105)
System\Linq\Parallel\Merging\DefaultMergeHelper.cs (1)
168output.Add(enumerator.Current);
System\Linq\Parallel\Merging\MergeEnumerator.cs (1)
48get { return ((IEnumerator<TInputOutput>)this).Current; }
System\Linq\Parallel\Partitioning\PartitionedDataSource.cs (1)
656chunkBuffer[i] = _source.Current;
System\Linq\Parallel\QueryOperators\AssociativeAggregationOperator.cs (2)
127accumulator = _finalReduce(accumulator, enumerator.Current); 138accumulator = enumerator.Current;
System\Linq\Parallel\QueryOperators\Binary\ExceptQueryOperator.cs (1)
315Pair<TInputOutput, TLeftKey> currentPair = _outputEnumerator.Current.Value;
System\Linq\Parallel\QueryOperators\Binary\UnionQueryOperator.cs (1)
386Pair<TInputOutput, ConcatKey<TLeftKey, TRightKey>> current = _outputEnumerator.Current.Value;
System\Linq\Parallel\QueryOperators\Binary\ZipQueryOperator.cs (2)
127yield return _resultSelector(leftEnumerator.Current, rightEnumerator.Current);
System\Linq\Parallel\QueryOperators\Inlined\CountAggregationOperator.cs (1)
53count += enumerator.Current;
System\Linq\Parallel\QueryOperators\Inlined\DecimalAverageAggregationOperator.cs (3)
52Pair<decimal, long> result = enumerator.Current; 59result.First += enumerator.Current.First; 60result.Second += enumerator.Current.Second;
System\Linq\Parallel\QueryOperators\Inlined\DecimalMinMaxAggregationOperator.cs (3)
56decimal best = enumerator.Current; 63decimal current = enumerator.Current; 74decimal current = enumerator.Current;
System\Linq\Parallel\QueryOperators\Inlined\DecimalSumAggregationOperator.cs (1)
49sum += enumerator.Current;
System\Linq\Parallel\QueryOperators\Inlined\DoubleAverageAggregationOperator.cs (3)
52Pair<double, long> result = enumerator.Current; 59result.First += enumerator.Current.First; 60result.Second += enumerator.Current.Second;
System\Linq\Parallel\QueryOperators\Inlined\DoubleMinMaxAggregationOperator.cs (3)
62double best = enumerator.Current; 69double current = enumerator.Current; 80double current = enumerator.Current;
System\Linq\Parallel\QueryOperators\Inlined\DoubleSumAggregationOperator.cs (1)
49sum += enumerator.Current;
System\Linq\Parallel\QueryOperators\Inlined\FloatAverageAggregationOperator.cs (3)
52Pair<double, long> result = enumerator.Current; 59result.First += enumerator.Current.First; 60result.Second += enumerator.Current.Second;
System\Linq\Parallel\QueryOperators\Inlined\FloatMinMaxAggregationOperator.cs (3)
61float best = enumerator.Current; 68float current = enumerator.Current; 79float current = enumerator.Current;
System\Linq\Parallel\QueryOperators\Inlined\FloatSumAggregationOperator.cs (1)
49sum += enumerator.Current;
System\Linq\Parallel\QueryOperators\Inlined\IntAverageAggregationOperator.cs (3)
52Pair<long, long> result = enumerator.Current; 59result.First += enumerator.Current.First; 60result.Second += enumerator.Current.Second;
System\Linq\Parallel\QueryOperators\Inlined\IntMinMaxAggregationOperator.cs (3)
56int best = enumerator.Current; 63int current = enumerator.Current; 74int current = enumerator.Current;
System\Linq\Parallel\QueryOperators\Inlined\IntSumAggregationOperator.cs (1)
52sum += enumerator.Current;
System\Linq\Parallel\QueryOperators\Inlined\LongAverageAggregationOperator.cs (3)
52Pair<long, long> result = enumerator.Current; 59result.First += enumerator.Current.First; 60result.Second += enumerator.Current.Second;
System\Linq\Parallel\QueryOperators\Inlined\LongCountAggregationOperator.cs (1)
52count += enumerator.Current;
System\Linq\Parallel\QueryOperators\Inlined\LongMinMaxAggregationOperator.cs (3)
56long best = enumerator.Current; 63long current = enumerator.Current; 74long current = enumerator.Current;
System\Linq\Parallel\QueryOperators\Inlined\LongSumAggregationOperator.cs (1)
51sum += enumerator.Current;
System\Linq\Parallel\QueryOperators\Inlined\NullableDecimalAverageAggregationOperator.cs (3)
51Pair<decimal, long> result = enumerator.Current; 58result.First += enumerator.Current.First; 59result.Second += enumerator.Current.Second;
System\Linq\Parallel\QueryOperators\Inlined\NullableDecimalMinMaxAggregationOperator.cs (3)
55decimal? best = enumerator.Current; 62decimal? current = enumerator.Current; 73decimal? current = enumerator.Current;
System\Linq\Parallel\QueryOperators\Inlined\NullableDecimalSumAggregationOperator.cs (1)
49sum += enumerator.Current.GetValueOrDefault();
System\Linq\Parallel\QueryOperators\Inlined\NullableDoubleAverageAggregationOperator.cs (3)
51Pair<double, long> result = enumerator.Current; 58result.First += enumerator.Current.First; 59result.Second += enumerator.Current.Second;
System\Linq\Parallel\QueryOperators\Inlined\NullableDoubleMinMaxAggregationOperator.cs (3)
61double? best = enumerator.Current; 68double? current = enumerator.Current; 80double? current = enumerator.Current;
System\Linq\Parallel\QueryOperators\Inlined\NullableDoubleSumAggregationOperator.cs (1)
49sum += enumerator.Current.GetValueOrDefault();
System\Linq\Parallel\QueryOperators\Inlined\NullableFloatAverageAggregationOperator.cs (3)
51Pair<double, long> result = enumerator.Current; 58result.First += enumerator.Current.First; 59result.Second += enumerator.Current.Second;
System\Linq\Parallel\QueryOperators\Inlined\NullableFloatMinMaxAggregationOperator.cs (3)
61float? best = enumerator.Current; 68float? current = enumerator.Current; 80float? current = enumerator.Current;
System\Linq\Parallel\QueryOperators\Inlined\NullableFloatSumAggregationOperator.cs (1)
49sum += enumerator.Current.GetValueOrDefault();
System\Linq\Parallel\QueryOperators\Inlined\NullableIntAverageAggregationOperator.cs (3)
51Pair<long, long> result = enumerator.Current; 58result.First += enumerator.Current.First; 59result.Second += enumerator.Current.Second;
System\Linq\Parallel\QueryOperators\Inlined\NullableIntMinMaxAggregationOperator.cs (3)
55int? best = enumerator.Current; 62int? current = enumerator.Current; 73int? current = enumerator.Current;
System\Linq\Parallel\QueryOperators\Inlined\NullableIntSumAggregationOperator.cs (1)
51sum += enumerator.Current.GetValueOrDefault();
System\Linq\Parallel\QueryOperators\Inlined\NullableLongAverageAggregationOperator.cs (3)
51Pair<long, long> result = enumerator.Current; 58result.First += enumerator.Current.First; 59result.Second += enumerator.Current.Second;
System\Linq\Parallel\QueryOperators\Inlined\NullableLongMinMaxAggregationOperator.cs (3)
55long? best = enumerator.Current; 62long? current = enumerator.Current; 73long? current = enumerator.Current;
System\Linq\Parallel\QueryOperators\Inlined\NullableLongSumAggregationOperator.cs (1)
51sum += enumerator.Current.GetValueOrDefault();
System\Linq\Parallel\QueryOperators\PartitionerQueryOperator.cs (3)
58yield return enumerator.Current; 220KeyValuePair<long, TElement> current = _sourceEnumerator.Current; 255currentElement = _sourceEnumerator.Current;
System\Linq\Parallel\QueryOperators\QueryOpeningEnumerator.cs (2)
66return _openedQueryEnumerator.Current; 85get { return ((IEnumerator<TOutput>)this).Current; }
System\Linq\Parallel\QueryOperators\Unary\AnyAllSearchOperator.cs (1)
79if (enumerator.Current == _qualification)
System\Linq\Parallel\QueryOperators\Unary\ContainsSearchOperator.cs (1)
62if (enumerator.Current)
System\Linq\Parallel\QueryOperators\Unary\DistinctQueryOperator.cs (1)
261KeyValuePair<Wrapper<TInputOutput>, TKey> currentPair = _hashLookupEnumerator.Current;
System\Linq\Parallel\QueryOperators\Unary\ElementAtQueryOperator.cs (1)
151TSource current = e.Current;
System\Linq\Parallel\QueryOperators\Unary\SelectManyQueryOperator.cs (4)
327currentElement = _selectManyOperator._resultSelector(_mutables._currentLeftElement, _currentRightSource.Current); 334currentElement = _currentRightSourceAsOutput.Current; 456currentElement = _selectManyOperator._resultSelector(_mutables._currentLeftElement, _currentRightSource.Current); 463currentElement = _currentRightSourceAsOutput.Current;
System\Linq\Parallel\Utils\ExceptionAggregator.cs (1)
41elem = enumerator.Current;
System\Linq\ParallelEnumerable.cs (10)
1566acc = (TAccumulate)(object)enumerator.Current!; 1571TSource elem = enumerator.Current; 4398if (!(e2.MoveNext() && comparer.Equals(e1.Current, e2.Current))) return false; 4893list.Add(input.Current); 4975TSource val = input.Current; 5072TSource src = input.Current; 5159lookup.Add(input.Current); 5246lookup.Add(input.Current); 5340TSource current = e.Current;
System.Linq.Queryable (1)
System\Linq\EnumerableRewriter.cs (1)
305MethodInfo mi = en.Current;
System.Numerics.Tensors (1)
System\Numerics\Tensors\netcore\Tensor_1.cs (1)
392/// <inheritdoc cref="IEnumerator{T}.Current" />
System.Private.CoreLib (29)
src\runtime\src\libraries\Common\src\System\Collections\Generic\EnumerableHelpers.cs (2)
60arr[0] = en.Current; 82arr[count++] = en.Current;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Concurrent\ConcurrentDictionary.cs (4)
2296public DictionaryEntry Entry => new DictionaryEntry(_enumerator.Current.Key, _enumerator.Current.Value); 2298public object Key => _enumerator.Current.Key; 2300public object? Value => _enumerator.Current.Value;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Concurrent\ConcurrentQueue.cs (2)
238arr[i++] = e.Current; 466array[i++] = e.Current;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Generic\List.cs (3)
87Add(en.Current); 271Add(en.Current); 857Insert(index++, en.Current);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\ObjectModel\ReadOnlyDictionary.cs (4)
227get => new DictionaryEntry(_enumerator.Current.Key, _enumerator.Current.Value); 230public object Key => _enumerator.Current.Key; 232public object? Value => _enumerator.Current.Value;
src\runtime\src\libraries\System.Private.CoreLib\src\System\String.Manipulation.cs (10)
181string? firstValue = en.Current; 194result.Append(en.Current); 828string? firstValue = en.Current; 844result.Append(en.Current); 971char c = en.Current; // save the first value 989c = en.Current; 1003T value = e.Current; // save the first value 1019result.AppendFormatted(e.Current); 1029string? firstString = e.Current?.ToString(); // save the first value 1045result.Append(e.Current?.ToString());
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\StringBuilder.cs (2)
1287T value = en.Current; 1296value = en.Current;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Threading\Tasks\Task.cs (1)
7159Task task = e.Current;
System\Reflection\Attribute.NativeAot.cs (1)
123CustomAttributeData result = enumerator.Current;
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\CollectionDataContract.cs (1)
1642KeyValuePair<K, V> current = _enumerator.Current;
System.Private.Xml (4)
System\Xml\Xsl\Runtime\DodSequenceMerge.cs (4)
87newSequence.Add(sequence.Current); 97newSequence.Add(_sequencesToMerge[0].Current); 122int cmp = _runtime.ComparePosition(sequence.Current, _sequencesToMerge[i].Current);
System.Private.Xml.Linq (2)
src\runtime\src\libraries\Common\src\System\Collections\Generic\EnumerableHelpers.cs (2)
60arr[0] = en.Current; 82arr[count++] = en.Current;
System.Resources.Extensions (1)
System\Resources\Extensions\BinaryFormat\Deserializer\ClassRecordSerializationInfoDeserializer.cs (1)
48string memberName = _memberNamesIterator.Current;
System.ServiceModel.Primitives (1)
System\ServiceModel\SynchronizedReadOnlyCollection.cs (1)
290get { return _e.Current; }
System.ServiceModel.Primitives.Tests (2)
ServiceModel\SynchronizedCollection.cs (2)
49Assert.True(e.Current.Equals(n++), string.Format("Expected: {0}, got:{1}", n-1, e.Current));
System.Text.Json (3)
System\Text\Json\Serialization\Converters\Collection\DictionaryDefaultConverter.cs (2)
57TKey key = enumerator.Current.Key; 61TValue element = enumerator.Current.Value;
System\Text\Json\Serialization\Converters\Collection\IEnumerableDefaultConverter.cs (1)
46TElement element = enumerator.Current;
System.Threading.Tasks.Parallel (3)
System\Threading\Tasks\Parallel.cs (2)
2642KeyValuePair<long, TSource> kvp = myPartition.Current; 2691TSource t = myPartition.Current;
System\Threading\Tasks\Parallel.ForEachAsync.cs (1)
282element = state.Enumerator.Current;
System.Xaml (7)
System\Xaml\InfosetObjects\XamlXmlReader.cs (1)
250_current = _nodeStream.Current;
System\Xaml\Parser\NodeStreamSorter.cs (4)
130_current = _source.Current; 178node = _source.Current; 307node = _source.Current; 370XamlNode node = _source.Current;
System\Xaml\Runtime\ClrObjectRuntime.cs (2)
764yield return new DictionaryEntry(enumerator.Current.Key, enumerator.Current.Value);