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