14 references to ValidateProperty
System.Text.Json (14)
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.DateTime.cs (1)
101JsonWriterHelper.ValidateProperty(utf8PropertyName);
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.DateTimeOffset.cs (1)
100JsonWriterHelper.ValidateProperty(utf8PropertyName);
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.Decimal.cs (1)
100JsonWriterHelper.ValidateProperty(utf8PropertyName);
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.Double.cs (1)
103JsonWriterHelper.ValidateProperty(utf8PropertyName);
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.Float.cs (1)
103JsonWriterHelper.ValidateProperty(utf8PropertyName);
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.FormattedNumber.cs (1)
61JsonWriterHelper.ValidateProperty(utf8PropertyName);
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.Guid.cs (1)
100JsonWriterHelper.ValidateProperty(utf8PropertyName);
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.Literal.cs (2)
120JsonWriterHelper.ValidateProperty(utf8PropertyName); 217JsonWriterHelper.ValidateProperty(utf8PropertyName);
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.SignedNumber.cs (1)
100JsonWriterHelper.ValidateProperty(utf8PropertyName);
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.String.cs (3)
240JsonWriterHelper.ValidateProperty(utf8PropertyName); 261JsonWriterHelper.ValidateProperty(utf8PropertyName); 843JsonWriterHelper.ValidateProperty(utf8PropertyName);
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.UnsignedNumber.cs (1)
104JsonWriterHelper.ValidateProperty(utf8PropertyName);