8 references to Hyphen
System.Text.Json (8)
System\Text\Json\JsonHelpers.Date.cs (8)
25public bool OffsetNegative => OffsetToken == JsonConstants.Hyphen; 59else if (parseData.OffsetToken == JsonConstants.Plus || parseData.OffsetToken == JsonConstants.Hyphen) 89parseData.OffsetToken == JsonConstants.Plus || parseData.OffsetToken == JsonConstants.Hyphen) 174if (source[4] != JsonConstants.Hyphen 176|| source[7] != JsonConstants.Hyphen 256case JsonConstants.Hyphen: 289case JsonConstants.Hyphen: 347case JsonConstants.Hyphen: