public void Deconstruct(out TextSpan unmappedSpan, out ActiveStatement statement, out ActiveStatementExceptionRegions exceptionRegions) { unmappedSpan = UnmappedSpan; statement = Statement; exceptionRegions = ExceptionRegions; }
public UnmappedActiveStatement(TextSpan unmappedSpan, ActiveStatement statement, ActiveStatementExceptionRegions exceptionRegions) { UnmappedSpan = unmappedSpan; Statement = statement; ExceptionRegions = exceptionRegions; }