8 references to IsWritingPartialString
System.Text.Json (8)
System\Text\Json\Writer\Utf8JsonWriter.cs (4)
640if (IsWritingPartialString) 1280/// <see cref="IsWritingPartialString"/> relies on the value of the partial string members being the largest values of this enum. 1287/// <see cref="IsWritingPartialString"/> relies on the value of the partial string members being the largest values of this enum. 1294/// <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)
66if (IsWritingPartialString)
System\Text\Json\Writer\Utf8JsonWriter.WriteValues.Helpers.cs (3)
56if (IsWritingPartialString) 96if (IsWritingPartialString) 119if (IsWritingPartialString)