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