55 references to StackFramePropertyState
System.Text.Json (55)
System\Text\Json\Serialization\Converters\Collection\DictionaryDefaultConverter.cs (2)
54
if (state.Current.PropertyState <
StackFramePropertyState
.Name)
56
state.Current.PropertyState =
StackFramePropertyState
.Name;
System\Text\Json\Serialization\Converters\Collection\DictionaryOfTKeyTValueConverter.cs (2)
70
if (state.Current.PropertyState <
StackFramePropertyState
.Name)
72
state.Current.PropertyState =
StackFramePropertyState
.Name;
System\Text\Json\Serialization\Converters\Collection\IDictionaryConverter.cs (2)
69
if (state.Current.PropertyState <
StackFramePropertyState
.Name)
71
state.Current.PropertyState =
StackFramePropertyState
.Name;
System\Text\Json\Serialization\Converters\Collection\JsonCollectionConverter.cs (5)
204
if (state.Current.PropertyState <
StackFramePropertyState
.ReadValue)
212
state.Current.PropertyState =
StackFramePropertyState
.ReadValue;
215
if (state.Current.PropertyState <
StackFramePropertyState
.ReadValueIsEnd)
222
state.Current.PropertyState =
StackFramePropertyState
.ReadValueIsEnd;
225
if (state.Current.PropertyState <
StackFramePropertyState
.TryRead)
System\Text\Json\Serialization\Converters\Collection\JsonDictionaryConverter.cs (7)
224
if (state.Current.PropertyState ==
StackFramePropertyState
.None)
233
state.Current.PropertyState =
StackFramePropertyState
.ReadName;
238
if (state.Current.PropertyState <
StackFramePropertyState
.Name)
248
state.Current.PropertyState =
StackFramePropertyState
.Name;
277
if (state.Current.PropertyState <
StackFramePropertyState
.ReadValue)
286
state.Current.PropertyState =
StackFramePropertyState
.ReadValue;
289
if (state.Current.PropertyState <
StackFramePropertyState
.TryRead)
System\Text\Json\Serialization\Converters\Collection\RootLevelListConverter.cs (2)
36
if (state.Current.PropertyState <
StackFramePropertyState
.ReadValue)
53
state.Current.PropertyState =
StackFramePropertyState
.ReadValue;
System\Text\Json\Serialization\Converters\Object\ObjectDefaultConverter.cs (7)
149
if (state.Current.PropertyState ==
StackFramePropertyState
.None)
158
state.Current.PropertyState =
StackFramePropertyState
.ReadName;
163
if (state.Current.PropertyState <
StackFramePropertyState
.Name)
192
state.Current.PropertyState =
StackFramePropertyState
.Name;
200
if (state.Current.PropertyState <
StackFramePropertyState
.ReadValue)
222
state.Current.PropertyState =
StackFramePropertyState
.ReadValue;
225
if (state.Current.PropertyState <
StackFramePropertyState
.TryRead)
System\Text\Json\Serialization\Converters\Object\ObjectWithParameterizedConstructorConverter.cs (8)
387
if (state.Current.PropertyState ==
StackFramePropertyState
.None)
394
state.Current.PropertyState =
StackFramePropertyState
.ReadName;
400
if (state.Current.PropertyState <
StackFramePropertyState
.Name)
431
state.Current.PropertyState =
StackFramePropertyState
.Name;
464
if (state.Current.PropertyState <
StackFramePropertyState
.ReadValue)
482
state.Current.PropertyState =
StackFramePropertyState
.ReadValue;
500
if (state.Current.PropertyState <
StackFramePropertyState
.ReadValue)
518
state.Current.PropertyState =
StackFramePropertyState
.ReadValue;
System\Text\Json\Serialization\JsonSerializer.Read.HandleMetadata.cs (9)
53
if (state.Current.PropertyState ==
StackFramePropertyState
.None)
62
state.Current.PropertyState =
StackFramePropertyState
.ReadName;
65
if (state.Current.PropertyState <
StackFramePropertyState
.Name)
194
state.Current.PropertyState =
StackFramePropertyState
.Name;
197
if (state.Current.PropertyState <
StackFramePropertyState
.ReadValue)
206
state.Current.PropertyState =
StackFramePropertyState
.ReadValue;
209
Debug.Assert(state.Current.PropertyState ==
StackFramePropertyState
.ReadValue);
278
state.Current.PropertyState =
StackFramePropertyState
.None;
293
state.Current.PropertyState =
StackFramePropertyState
.None;
System\Text\Json\Serialization\Metadata\JsonPropertyInfoOfT.cs (4)
219
if (state.Current.PropertyState <
StackFramePropertyState
.Name)
221
state.Current.PropertyState =
StackFramePropertyState
.Name;
241
if (state.Current.PropertyState <
StackFramePropertyState
.Name)
243
state.Current.PropertyState =
StackFramePropertyState
.Name;
System\Text\Json\Serialization\ReadStackFrame.cs (4)
20
public
StackFramePropertyState
PropertyState;
93
PropertyState =
StackFramePropertyState
.None;
101
PropertyState =
StackFramePropertyState
.None;
111
PropertyState =
StackFramePropertyState
.None;
System\Text\Json\Serialization\WriteStackFrame.cs (3)
63
public
StackFramePropertyState
PropertyState;
93
PropertyState =
StackFramePropertyState
.None;
101
PropertyState =
StackFramePropertyState
.None;