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)
25
public
WriteStackFrame
Current;
30
public readonly ref
WriteStackFrame
Parent
43
private
WriteStackFrame
[] _stack;
130
_stack = new
WriteStackFrame
[4];
409
static void AppendStackFrame(StringBuilder sb, ref
WriteStackFrame
frame)