3 references to Width
Microsoft.CodeAnalysis.CSharp (3)
Parser\QuickScanner.cs (1)
254
var quickWidth = lexer.TextWindow.
Width
;
Parser\SlidingTextWindow.cs (2)
424
return this.Intern(_characterWindow, _lexemeStart, this.
Width
);
429
return this.GetText(this.LexemeStartPosition, this.
Width
, intern);