4 references to Peek
Microsoft.CodeAnalysis.CodeStyle (4)
ArrayBuilderExtensions.cs (1)
199
var e = builder.
Peek
();
SyntaxNodeExtensions.cs (3)
246
commonAncestorsStack.
Peek
() != commonAncestor)
248
commonAncestorsSet.Remove(commonAncestorsStack.
Peek
());
267
return commonAncestorsStack.Count == 0 ? null : commonAncestorsStack.
Peek
();