1 write to EscapedNameSection
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\JsonPropertyInfo.cs (1)
391EscapedNameSection = JsonHelpers.GetEscapedPropertyNameSection(NameAsUtf8Bytes, Options.Encoder);
3 references to EscapedNameSection
System.Text.Json (3)
System\Text\Json\Serialization\Metadata\JsonPropertyInfoOfT.cs (3)
204writer.WritePropertyNameSection(EscapedNameSection); 216writer.WriteNullSection(EscapedNameSection); 226writer.WritePropertyNameSection(EscapedNameSection);