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