5 references to PP_ENDIF
ILAssembler (5)
PreprocessedTokenSource.cs (5)
179
else if (nextToken.Type == CILLexer.
PP_ENDIF
)
257
for (IToken nextToken = NextTokenWithoutNestedEof(errorOnEof: true); nextToken.Type != CILLexer.
PP_ENDIF
|| numNestedPreprocessorBlocks != 0; nextToken = NextTokenWithoutNestedEof(errorOnEof: true))
268
if (nextToken.Type == CILLexer.PP_IFDEF || nextToken.Type == CILLexer.
PP_ENDIF
)
277
if (nextToken.Type == CILLexer.
PP_ENDIF
)
298
if (nextToken.Type == CILLexer.PP_IFDEF || nextToken.Type == CILLexer.
PP_ENDIF
)