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