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