13 references to ValidateProperty
System.Text.Json (13)
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.DateTime.cs (1)
79JsonWriterHelper.ValidateProperty(propertyName);
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.DateTimeOffset.cs (1)
78JsonWriterHelper.ValidateProperty(propertyName);
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.Decimal.cs (1)
78JsonWriterHelper.ValidateProperty(propertyName);
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.Double.cs (1)
80JsonWriterHelper.ValidateProperty(propertyName);
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.Float.cs (1)
80JsonWriterHelper.ValidateProperty(propertyName);
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.FormattedNumber.cs (1)
31JsonWriterHelper.ValidateProperty(propertyName);
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.Guid.cs (1)
78JsonWriterHelper.ValidateProperty(propertyName);
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.Literal.cs (2)
98JsonWriterHelper.ValidateProperty(propertyName); 197JsonWriterHelper.ValidateProperty(propertyName);
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.SignedNumber.cs (1)
78JsonWriterHelper.ValidateProperty(propertyName);
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.String.cs (2)
94JsonWriterHelper.ValidateProperty(propertyName); 786JsonWriterHelper.ValidateProperty(propertyName);
System\Text\Json\Writer\Utf8JsonWriter.WriteProperties.UnsignedNumber.cs (1)
81JsonWriterHelper.ValidateProperty(propertyName);