Implemented interface member:
2 references to Current
Microsoft.Build (1)
Collections\CopyOnWritePropertyDictionary.cs (1)
414
Current = _dictionaryEnumerator.
Current
.Value;
System.Collections.Immutable (1)
System\Collections\Immutable\ImmutableDictionary_2.Enumerator.cs (1)
68
get { return this.
Current
; }