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