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