1 instantiation of ArgumentState
System.Text.Json (1)
System\Text\Json\Serialization\ReadStack.cs (1)
394
Current.CtorArgumentState ??=
new
();
4 references to ArgumentState
System.Text.Json (4)
System\Text\Json\Serialization\Converters\Object\ObjectWithParameterizedConstructorConverter.cs (3)
37
ArgumentState
argumentState = state.Current.CtorArgumentState!;
345
ArgumentState
argumentState = state.Current.CtorArgumentState!;
542
ArgumentState
argumentState = state.Current.CtorArgumentState!;
System\Text\Json\Serialization\ReadStackFrame.cs (1)
73
public
ArgumentState
? CtorArgumentState;