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