Home
last modified time | relevance | path

Searched refs:ExclusiveMaximumPropertyName (Results 1 – 9 of 9) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/Newtonsoft.Json/Src/Newtonsoft.Json/Schema/
H A DJsonSchemaConstants.cs43 public const string ExclusiveMaximumPropertyName = "exclusiveMaximum"; field in Newtonsoft.Json.Schema.JsonSchemaConstants
H A DJsonSchemaWriter.cs100 …WritePropertyIfNotNull(_writer, JsonSchemaConstants.ExclusiveMaximumPropertyName, schema.Exclusive… in WriteSchema()
H A DJsonSchemaBuilder.cs181 case JsonSchemaConstants.ExclusiveMaximumPropertyName: in ProcessSchemaProperty()
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json/Schema/
H A DJsonSchemaConstants.cs45 public const string ExclusiveMaximumPropertyName = "exclusiveMaximum"; field in Newtonsoft.Json.Schema.JsonSchemaConstants
H A DJsonSchemaWriter.cs121 …WritePropertyIfNotNull(_writer, JsonSchemaConstants.ExclusiveMaximumPropertyName, schema.Exclusive… in WriteSchema()
H A DJsonSchemaBuilder.cs295 case JsonSchemaConstants.ExclusiveMaximumPropertyName: in ProcessSchemaProperties()
/dports/irc/smuxi/smuxi-1.1/lib/Newtonsoft.Json/Src/Newtonsoft.Json/Schema/
H A DJsonSchemaConstants.cs43 public const string ExclusiveMaximumPropertyName = "exclusiveMaximum"; field in Newtonsoft.Json.Schema.JsonSchemaConstants
H A DJsonSchemaWriter.cs100 …WritePropertyIfNotNull(_writer, JsonSchemaConstants.ExclusiveMaximumPropertyName, schema.Exclusive… in WriteSchema()
H A DJsonSchemaBuilder.cs180 case JsonSchemaConstants.ExclusiveMaximumPropertyName: in ProcessSchemaProperty()