3 references to new
ILAssembler (3)
DocumentCompiler.cs (3)
34
CILLexer lexer =
new
(inputSource);
43
return new
CILLexer
(includedSource);
44
}, text => new
CILLexer
(new AntlrInputStream(text)), definedVariables);