15 references to NextTokenWithoutNestedEof
ILAssembler (15)
PreprocessedTokenSource.cs (15)
103IToken nextToken = NextTokenWithoutNestedEof(errorOnEof: ActiveIfDefBlocksInCurrentSource != 0); 107var pathToken = NextTokenWithoutNestedEof(errorOnEof: true); 121IToken identifier = NextTokenWithoutNestedEof(errorOnEof: ActiveIfDefBlocksInCurrentSource != 0); 127IToken valueMaybe = NextTokenWithoutNestedEof(errorOnEof: ActiveIfDefBlocksInCurrentSource != 0); 153return NextTokenWithoutNestedEof(false); 161return NextTokenWithoutNestedEof(ActiveIfDefBlocksInCurrentSource != 0); 170return NextTokenWithoutNestedEof(false); 174return NextTokenWithoutNestedEof(activeIfDef != 0); 188IToken identifier = NextTokenWithoutNestedEof(errorOnEof: true); 209for (IToken nextToken = NextTokenWithoutNestedEof(errorOnEof: true); nextToken.Type != CILLexer.PP_ENDIF || numNestedPreprocessorBlocks != 0; nextToken = NextTokenWithoutNestedEof(errorOnEof: true)) 222IToken identifier = NextTokenWithoutNestedEof(errorOnEof: true); 241return NextTokenWithoutNestedEof(errorOnEof: true); 248return NextTokenWithoutNestedEof(errorOnEof: true); 262return NextTokenWithoutNestedEof(ActiveIfDefBlocksInCurrentSource != 0);