8 references to LexemeStartPosition
Microsoft.CodeAnalysis.CSharp (8)
Parser\AbstractLexer.cs (3)
134return position >= LexemeStartPosition ? position - LexemeStartPosition : position; 144=> this.TextWindow.Position - LexemeStartPosition;
Parser\Lexer.cs (3)
470atDotPosition == this.LexemeStartPosition) 2837this.AddError(this.LexemeStartPosition, this.CurrentLexemeWidth, ErrorCode.ERR_OpenEndedComment); 4862return new SyntaxDiagnosticInfo(start - this.LexemeStartPosition,
Parser\Lexer_RawStringLiteral.cs (2)
90var afterStartDelimiter = this.LexemeStartPosition + startingQuoteCount; 172var afterStartDelimiter = this.LexemeStartPosition + startingQuoteCount;