8 references to IsWritingPartialString
System.Text.Json (8)
System\Text\Json\Writer\Utf8JsonWriter.cs (4)
646
if (
IsWritingPartialString
)
1292
/// <see cref="
IsWritingPartialString
"/> relies on the value of the partial string members being the largest values of this enum.
1299
/// <see cref="
IsWritingPartialString
"/> relies on the value of the partial string members being the largest values of this enum.
1306
/// <see cref="
IsWritingPartialString
"/> relies on the value of the partial string members being the largest values of this enum.
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.Helpers.cs (1)
66
if (
IsWritingPartialString
)
System\Text\Json\Writer\Utf8JsonWriter.WriteValues.Helpers.cs (3)
56
if (
IsWritingPartialString
)
96
if (
IsWritingPartialString
)
119
if (
IsWritingPartialString
)