Home
last modified time | relevance | path

Searched refs:ItemsPropertyName (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.cs34 public const string ItemsPropertyName = "items"; field in Newtonsoft.Json.Schema.JsonSchemaConstants
H A DJsonSchemaWriter.cs171 _writer.WritePropertyName(JsonSchemaConstants.ItemsPropertyName); in WriteItems()
H A DJsonSchemaBuilder.cs154 case JsonSchemaConstants.ItemsPropertyName: in ProcessSchemaProperty()
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json/Schema/
H A DJsonSchemaConstants.cs36 public const string ItemsPropertyName = "items"; field in Newtonsoft.Json.Schema.JsonSchemaConstants
H A DJsonSchemaWriter.cs190 _writer.WritePropertyName(JsonSchemaConstants.ItemsPropertyName); in WriteItems()
H A DJsonSchemaBuilder.cs268 case JsonSchemaConstants.ItemsPropertyName: in ProcessSchemaProperties()
/dports/irc/smuxi/smuxi-1.1/lib/Newtonsoft.Json/Src/Newtonsoft.Json/Schema/
H A DJsonSchemaConstants.cs34 public const string ItemsPropertyName = "items"; field in Newtonsoft.Json.Schema.JsonSchemaConstants
H A DJsonSchemaWriter.cs171 _writer.WritePropertyName(JsonSchemaConstants.ItemsPropertyName); in WriteItems()
H A DJsonSchemaBuilder.cs153 case JsonSchemaConstants.ItemsPropertyName: in ProcessSchemaProperty()