/// <inheritdoc /> public void Dispose() { _textLog?.IndentChange(false); _textLog = null; }
internal IndentDisposable(OcTextLogBase textLog) { Debug.Assert(textLog != null); _textLog = textLog; }