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