2 references to CurrentWindowSpan
Microsoft.CodeAnalysis.CSharp (2)
Parser\Lexer.cs (1)
1344
var textWindowCharSpan = this.TextWindow.
CurrentWindowSpan
;
Parser\QuickScanner.cs (1)
197
var textWindowCharSpan = TextWindow.
CurrentWindowSpan
;