8 references to CreatedObject
System.Text.Json (8)
System\Text\Json\Serialization\Converters\Collection\JsonCollectionConverter.cs (2)
173
if (state.Current.ObjectState < StackFrameObjectState.
CreatedObject
)
193
state.Current.ObjectState = StackFrameObjectState.
CreatedObject
;
System\Text\Json\Serialization\Converters\Collection\JsonDictionaryConverter.cs (2)
196
if (state.Current.ObjectState < StackFrameObjectState.
CreatedObject
)
216
state.Current.ObjectState = StackFrameObjectState.
CreatedObject
;
System\Text\Json\Serialization\Converters\Object\ObjectDefaultConverter.cs (2)
98
if (state.Current.ObjectState < StackFrameObjectState.
CreatedObject
)
136
state.Current.ObjectState = StackFrameObjectState.
CreatedObject
;
System\Text\Json\Serialization\Converters\Object\ObjectWithParameterizedConstructorConverter.cs (1)
170
state.Current.ObjectState = StackFrameObjectState.
CreatedObject
;
System\Text\Json\Serialization\ReadStack.cs (1)
295
frame.ObjectState == StackFrameObjectState.
CreatedObject
||