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