14 references to ValidateProperty
System.Text.Json (14)
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.DateTime.cs (1)
104JsonWriterHelper.ValidateProperty(utf8PropertyName);
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.DateTimeOffset.cs (1)
103JsonWriterHelper.ValidateProperty(utf8PropertyName);
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.Decimal.cs (1)
103JsonWriterHelper.ValidateProperty(utf8PropertyName);
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.Double.cs (1)
106JsonWriterHelper.ValidateProperty(utf8PropertyName);
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.Float.cs (1)
106JsonWriterHelper.ValidateProperty(utf8PropertyName);
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.FormattedNumber.cs (1)
61JsonWriterHelper.ValidateProperty(utf8PropertyName);
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.Guid.cs (1)
103JsonWriterHelper.ValidateProperty(utf8PropertyName);
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.Literal.cs (2)
123JsonWriterHelper.ValidateProperty(utf8PropertyName); 223JsonWriterHelper.ValidateProperty(utf8PropertyName);
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.SignedNumber.cs (1)
103JsonWriterHelper.ValidateProperty(utf8PropertyName);
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.String.cs (3)
243JsonWriterHelper.ValidateProperty(utf8PropertyName); 264JsonWriterHelper.ValidateProperty(utf8PropertyName); 858JsonWriterHelper.ValidateProperty(utf8PropertyName);
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.UnsignedNumber.cs (1)
107JsonWriterHelper.ValidateProperty(utf8PropertyName);