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