6 references to WriteStackFrame
System.Text.Json (6)
System\Text\Json\Serialization\AsyncEnumeratorState.cs (1)
7/// Tracks the state of an async enumerator within a <see cref="WriteStackFrame"/>.
System\Text\Json\Serialization\WriteStack.cs (5)
25public WriteStackFrame Current; 30public readonly ref WriteStackFrame Parent 43private WriteStackFrame[] _stack; 130_stack = new WriteStackFrame[4]; 409static void AppendStackFrame(StringBuilder sb, ref WriteStackFrame frame)