28 references to DataType
System.Text.Json (28)
System\Text\Json\Reader\Utf8JsonReader.TryGet.cs (7)
290
ThrowHelper.ThrowFormatException(
DataType
.Base64String);
735
ThrowHelper.ThrowFormatException(
DataType
.DateTime);
745
ThrowHelper.ThrowFormatException(
DataType
.DateTime);
768
ThrowHelper.ThrowFormatException(
DataType
.DateTimeOffset);
778
ThrowHelper.ThrowFormatException(
DataType
.DateTimeOffset);
801
ThrowHelper.ThrowFormatException(
DataType
.Guid);
811
ThrowHelper.ThrowFormatException(
DataType
.Guid);
System\Text\Json\Serialization\Converters\Value\BooleanConverter.cs (1)
30
ThrowHelper.ThrowFormatException(
DataType
.Boolean);
System\Text\Json\Serialization\Converters\Value\DateOnlyConverter.cs (2)
35
ThrowHelper.ThrowFormatException(
DataType
.DateOnly);
52
ThrowHelper.ThrowFormatException(
DataType
.DateOnly);
System\Text\Json\Serialization\Converters\Value\TimeOnlyConverter.cs (3)
39
ThrowHelper.ThrowFormatException(
DataType
.TimeOnly);
60
ThrowHelper.ThrowFormatException(
DataType
.TimeOnly);
72
ThrowHelper.ThrowFormatException(
DataType
.TimeOnly);
System\Text\Json\Serialization\Converters\Value\TimeSpanConverter.cs (3)
39
ThrowHelper.ThrowFormatException(
DataType
.TimeSpan);
59
ThrowHelper.ThrowFormatException(
DataType
.TimeSpan);
71
ThrowHelper.ThrowFormatException(
DataType
.TimeSpan);
System\Text\Json\Serialization\Converters\Value\VersionConverter.cs (2)
42
ThrowHelper.ThrowFormatException(
DataType
.Version);
55
ThrowHelper.ThrowFormatException(
DataType
.Version);
System\Text\Json\ThrowHelper.cs (10)
690
public static void ThrowFormatException(
DataType
dataType)
696
case
DataType
.Boolean:
697
case
DataType
.DateOnly:
698
case
DataType
.DateTime:
699
case
DataType
.DateTimeOffset:
700
case
DataType
.TimeOnly:
701
case
DataType
.TimeSpan:
702
case
DataType
.Guid:
703
case
DataType
.Version:
706
case
DataType
.Base64String: