Implemented interface member:
method
Peek
System.Collections.Immutable.IImmutableStack<T>.Peek()
18 references to Peek
Microsoft.CodeAnalysis.CSharp (3)
Parser\Blender.Reader.cs (3)
129
while (!_changes.IsEmpty && oldPosition >= _changes.
Peek
().Span.End)
131
var change = _changes.
Peek
();
285
var changeSpan = _changes.
Peek
().Span;
Microsoft.CodeAnalysis.VisualBasic (5)
Scanner\Blender.vb (1)
502
nextPreprocessorState.ConditionalStack.
Peek
.BranchTaken = ConditionalState.BranchTakenState.Taken,
Scanner\Directives.vb (4)
89
Not conditionals.
Peek
.BranchTaken = ConditionalState.BranchTakenState.Taken Then
179
Not conditionalsStack.
Peek
.BranchTaken = ConditionalState.BranchTakenState.Taken Then
424
condition = conditionals.
Peek
469
Dim condition = conditionals.
Peek
Microsoft.DotNet.Helix.Sdk (1)
LoggerExtensions.cs (1)
38
string currentCategory = CategoryStack.IsEmpty ? "" : CategoryStack.
Peek
();
System.Collections.Immutable (9)
System\Collections\Immutable\ImmutableQueue_1.cs (1)
132
return _forwards.
Peek
();
System\Collections\Immutable\ImmutableQueue_1.Enumerator.cs (4)
61
return _remainingForwardsStack.
Peek
();
65
return _remainingBackwardsStack.
Peek
();
152
return _remainingForwardsStack.
Peek
();
156
return _remainingBackwardsStack.
Peek
();
System\Collections\Immutable\ImmutableStack_1.cs (2)
179
value = this.
Peek
();
237
r = r.Push(f.
Peek
());
System\Collections\Immutable\ImmutableStack_1.Enumerator.cs (2)
51
return _remainingStack.
Peek
();
120
return _remainingStack.
Peek
();