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