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