Home
last modified time | relevance | path

Searched refs:BooleanAttributeValue (Results 1 – 4 of 4) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Json.Microsoft/System.Json/
H A DJXmlToJsonValueConverter.cs18 internal const string BooleanAttributeValue = "boolean"; field in System.Json.JXmlToJsonValueConverter
95 case BooleanAttributeValue: in JXMLToJsonValue()
248 case BooleanAttributeValue: in ReadPrimitive()
H A DJsonPrimitive.cs508 …String(JXmlToJsonValueConverter.TypeAttributeName, JXmlToJsonValueConverter.BooleanAttributeValue); in Save()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Json/
H A DJXmlToJsonValueConverter.cs18 internal const string BooleanAttributeValue = "boolean"; field in System.Json.JXmlToJsonValueConverter
95 case BooleanAttributeValue: in JXMLToJsonValue()
248 case BooleanAttributeValue: in ReadPrimitive()
H A DJsonPrimitive.cs508 …String(JXmlToJsonValueConverter.TypeAttributeName, JXmlToJsonValueConverter.BooleanAttributeValue); in Save()