1 write to EscapedNameSection
System.Text.Json (1)
System\Text\Json\Serialization\Metadata\JsonPropertyInfo.cs (1)
491
EscapedNameSection
= JsonHelpers.GetEscapedPropertyNameSection(NameAsUtf8Bytes, Options.Encoder);
3 references to EscapedNameSection
System.Text.Json (3)
System\Text\Json\Serialization\Metadata\JsonPropertyInfoOfT.cs (3)
222
writer.WritePropertyNameSection(
EscapedNameSection
);
234
writer.WriteNullSection(
EscapedNameSection
);
244
writer.WritePropertyNameSection(
EscapedNameSection
);