15 references to NextTokenWithoutNestedEof
ILAssembler (15)
PreprocessedTokenSource.cs (15)
117: NextTokenWithoutNestedEof(errorOnEof: ActiveIfDefBlocksInCurrentSource != 0); 121var pathToken = NextTokenWithoutNestedEof(errorOnEof: true); 135IToken identifier = NextTokenWithoutNestedEof(errorOnEof: ActiveIfDefBlocksInCurrentSource != 0); 141IToken valueMaybe = NextTokenWithoutNestedEof(errorOnEof: ActiveIfDefBlocksInCurrentSource != 0); 167return NextTokenWithoutNestedEof(false); 175return NextTokenWithoutNestedEof(ActiveIfDefBlocksInCurrentSource != 0); 184return NextTokenWithoutNestedEof(false); 188return NextTokenWithoutNestedEof(activeIfDef != 0); 236IToken identifier = NextTokenWithoutNestedEof(errorOnEof: true); 257for (IToken nextToken = NextTokenWithoutNestedEof(errorOnEof: true); nextToken.Type != CILLexer.PP_ENDIF || numNestedPreprocessorBlocks != 0; nextToken = NextTokenWithoutNestedEof(errorOnEof: true)) 270IToken identifier = NextTokenWithoutNestedEof(errorOnEof: true); 289return NextTokenWithoutNestedEof(errorOnEof: true); 296return NextTokenWithoutNestedEof(errorOnEof: true); 310return NextTokenWithoutNestedEof(ActiveIfDefBlocksInCurrentSource != 0);