3 references to IsBeforeToken
Microsoft.CodeAnalysis.CSharp (3)
Syntax\LookupPosition.cs (3)
82
return position >= firstIncluded.SpanStart &&
IsBeforeToken
(position, firstExcluded);
90
return
IsBeforeToken
(position, firstExcluded) && position >= node.SpanStart;
188
position >= constructorDecl.ParameterList.CloseParenToken.Span.End &&
IsBeforeToken
(position, nextToken) :