18 references to Name
System.Text.Json (18)
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\JsonDictionaryConverter.cs (2)
238
if (state.Current.PropertyState < StackFramePropertyState.
Name
)
248
state.Current.PropertyState = StackFramePropertyState.
Name
;
System\Text\Json\Serialization\Converters\Object\ObjectDefaultConverter.cs (2)
163
if (state.Current.PropertyState < StackFramePropertyState.
Name
)
192
state.Current.PropertyState = StackFramePropertyState.
Name
;
System\Text\Json\Serialization\Converters\Object\ObjectWithParameterizedConstructorConverter.cs (2)
400
if (state.Current.PropertyState < StackFramePropertyState.
Name
)
431
state.Current.PropertyState = StackFramePropertyState.
Name
;
System\Text\Json\Serialization\JsonSerializer.Read.HandleMetadata.cs (2)
65
if (state.Current.PropertyState < StackFramePropertyState.
Name
)
194
state.Current.PropertyState = StackFramePropertyState.
Name
;
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
;