3 references to Offset
Microsoft.CodeAnalysis.CSharp (3)
Parser\Lexer.cs (1)
1538var currentOffset = TextWindow.Offset;
Parser\QuickScanner.cs (2)
199int i = TextWindow.Offset; 234TextWindow.AdvanceChar(i - TextWindow.Offset);