1 write to ErrorTolerant
ilasm (1)
Program.cs (1)
85
ErrorTolerant
= errorTolerant,
2 references to ErrorTolerant
ILAssembler (2)
DocumentCompiler.cs (1)
88
bool returnImage = !anyErrors || options.
ErrorTolerant
;
GrammarVisitor.cs (1)
157
if (structuralErrors.Any() && !_options.
ErrorTolerant
)