8 references to IsWritingPartialString
System.Text.Json (8)
System\Text\Json\Writer\Utf8JsonWriter.cs (4)
646if (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)
66if (IsWritingPartialString)
System\Text\Json\Writer\Utf8JsonWriter.WriteValues.Helpers.cs (3)
56if (IsWritingPartialString) 96if (IsWritingPartialString) 119if (IsWritingPartialString)