2 references to PipeToken
Microsoft.CodeAnalysis.Features (2)
EmbeddedLanguages\StackFrame\StackFrameLexer.cs (1)
530
'|' => StackFrameKind.
PipeToken
,
EmbeddedLanguages\StackFrame\StackFrameParser.cs (1)
303
if (!_lexer.ScanCurrentCharAsTokenIfMatch(StackFrameKind.
PipeToken
, out var suffixSeparator))