5 references to PP_ENDIF
ILAssembler (5)
PreprocessedTokenSource.cs (5)
165
else if (nextToken.Type == CILLexer.
PP_ENDIF
)
209
for (IToken nextToken = NextTokenWithoutNestedEof(errorOnEof: true); nextToken.Type != CILLexer.
PP_ENDIF
|| numNestedPreprocessorBlocks != 0; nextToken = NextTokenWithoutNestedEof(errorOnEof: true))
220
if (nextToken.Type == CILLexer.PP_IFDEF || nextToken.Type == CILLexer.
PP_ENDIF
)
229
if (nextToken.Type == CILLexer.
PP_ENDIF
)
250
if (nextToken.Type == CILLexer.PP_IFDEF || nextToken.Type == CILLexer.
PP_ENDIF
)