5 references to Peek
Microsoft.Analyzers.Local (5)
ApiLifecycle\Json\JsonReader.cs (4)
111int next = _scanner.Peek(throwAtEndOfFile: false); 139if (_scanner.Peek(throwAtEndOfFile: false) == '.') 146if (_scanner.Peek(throwAtEndOfFile: false) == 'e' || _scanner.Peek(throwAtEndOfFile: false) == 'E')
ApiLifecycle\Json\TextScanner.cs (1)
37public char Peek() => (char)Peek(throwAtEndOfFile: true);