7 references to ActiveIfDefBlocksInCurrentSource
ILAssembler (7)
PreprocessedTokenSource.cs (7)
117: NextTokenWithoutNestedEof(errorOnEof: ActiveIfDefBlocksInCurrentSource != 0); 135IToken identifier = NextTokenWithoutNestedEof(errorOnEof: ActiveIfDefBlocksInCurrentSource != 0); 141IToken valueMaybe = NextTokenWithoutNestedEof(errorOnEof: ActiveIfDefBlocksInCurrentSource != 0); 164if (ActiveIfDefBlocksInCurrentSource == 0) 175return NextTokenWithoutNestedEof(ActiveIfDefBlocksInCurrentSource != 0); 181if (ActiveIfDefBlocksInCurrentSource == 0) 310return NextTokenWithoutNestedEof(ActiveIfDefBlocksInCurrentSource != 0);