8 references to CreatedObject
System.Text.Json (8)
System\Text\Json\Serialization\Converters\Collection\JsonCollectionConverter.cs (2)
174
if (state.Current.ObjectState < StackFrameObjectState.
CreatedObject
)
194
state.Current.ObjectState = StackFrameObjectState.
CreatedObject
;
System\Text\Json\Serialization\Converters\Collection\JsonDictionaryConverter.cs (2)
197
if (state.Current.ObjectState < StackFrameObjectState.
CreatedObject
)
217
state.Current.ObjectState = StackFrameObjectState.
CreatedObject
;
System\Text\Json\Serialization\Converters\Object\ObjectDefaultConverter.cs (2)
104
if (state.Current.ObjectState < StackFrameObjectState.
CreatedObject
)
142
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)
303
frame.ObjectState == StackFrameObjectState.
CreatedObject
||