2 references to DisposeFrame
System.Text.Json (2)
System\Text\Json\Serialization\WriteStack.cs (2)
350exception = await DisposeFrame(Current.CollectionEnumerator, Current.AsyncDisposable, exception).ConfigureAwait(false); 355exception = await DisposeFrame(_stack[i].CollectionEnumerator, _stack[i].AsyncDisposable, exception).ConfigureAwait(false);