Implemented interface member:
3 references to Current
Microsoft.CodeAnalysis.CodeStyle (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\IntervalTreeHelpers.cs (1)
59
var currentNodeValue = witness.GetValue(tree, enumerator.
Current
);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\IntervalTreeHelpers.Enumerator.cs (1)
32
public readonly T Current => default(TIntervalTreeWitness).GetValue(tree, _nodeEnumerator.
Current
);
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Collections\IntervalTreeHelpers.NodeEnumerator.cs (1)
50
readonly object IEnumerator.Current => this.
Current
!;