7 references to ActiveIfDefBlocksInCurrentSource
ILAssembler (7)
PreprocessedTokenSource.cs (7)
103IToken nextToken = NextTokenWithoutNestedEof(errorOnEof: ActiveIfDefBlocksInCurrentSource != 0); 121IToken identifier = NextTokenWithoutNestedEof(errorOnEof: ActiveIfDefBlocksInCurrentSource != 0); 127IToken valueMaybe = NextTokenWithoutNestedEof(errorOnEof: ActiveIfDefBlocksInCurrentSource != 0); 150if (ActiveIfDefBlocksInCurrentSource == 0) 161return NextTokenWithoutNestedEof(ActiveIfDefBlocksInCurrentSource != 0); 167if (ActiveIfDefBlocksInCurrentSource == 0) 262return NextTokenWithoutNestedEof(ActiveIfDefBlocksInCurrentSource != 0);