Home
last modified time | relevance | path

Searched refs:ReadRootValueAsArray (Results 1 – 12 of 12) sorted by relevance

/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json.Tests/Bson/
H A DBsonReaderTests.cs175 reader.ReadRootValueAsArray = true; in ReadGuid_Text()
193 reader.ReadRootValueAsArray = true; in ReadGuid_Text()
209 reader.ReadRootValueAsArray = true; in ReadGuid_Bytes()
229 reader.ReadRootValueAsArray = true; in ReadGuid_Bytes()
245 reader.ReadRootValueAsArray = true; in ReadDouble()
270 reader.ReadRootValueAsArray = true; in ReadDouble_Decimal()
296 reader.ReadRootValueAsArray = true; in ReadValues()
438 reader.ReadRootValueAsArray = true; in ReadArrayBsonFromSite()
441 Assert.AreEqual(true, reader.ReadRootValueAsArray); in ReadArrayBsonFromSite()
482 reader.ReadRootValueAsArray = true; in ReadAsInt32BadString()
[all …]
H A DBsonWriterTests.cs198 reader.ReadRootValueAsArray = true; in WriteBytes()
616 reader.ReadRootValueAsArray = true; in WriteReadEmptyAndNullStrings()
655 reader.ReadRootValueAsArray = true; in WriteDateTimes()
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json.Tests/Documentation/Samples/Bson/
H A DDeserializeFromBsonCollection.cs63 reader.ReadRootValueAsArray = true; in Example()
/dports/lang/mono/mono-5.10.1.57/external/Newtonsoft.Json/Src/Newtonsoft.Json.Tests/Bson/
H A DBsonReaderTests.cs101 reader.ReadRootValueAsArray = true; in WriteValues()
241 Assert.AreEqual(false, reader.ReadRootValueAsArray); in ReadArrayBsonFromSite()
244 reader.ReadRootValueAsArray = true; in ReadArrayBsonFromSite()
247 Assert.AreEqual(true, reader.ReadRootValueAsArray); in ReadArrayBsonFromSite()
286 Assert.AreEqual(false, reader.ReadRootValueAsArray); in ReadAsInt32BadString()
289 reader.ReadRootValueAsArray = true; in ReadAsInt32BadString()
292 Assert.AreEqual(true, reader.ReadRootValueAsArray); in ReadAsInt32BadString()
311 Assert.AreEqual(true, reader.ReadRootValueAsArray); in ReadBytes()
H A DBsonWriterTests.cs158 reader.ReadRootValueAsArray = true; in WriteBytes()
589 reader.ReadRootValueAsArray = true; in WriteReadEmptyAndNullStrings()
628 reader.ReadRootValueAsArray = true; in WriteDateTimes()
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json.Tests/Converters/
H A DDataTableConverterTests.cs299 … = JToken.ReadFrom(new BsonReader(new MemoryStream(ms.ToArray())) { ReadRootValueAsArray = true }); in RoundtripBsonBytes()
307 …rialize<DataTable>(new BsonReader(new MemoryStream(ms.ToArray())) { ReadRootValueAsArray = true }); in RoundtripBsonBytes()
/dports/lang/mono/mono-5.10.1.57/external/Newtonsoft.Json/Src/Newtonsoft.Json/Bson/
H A DBsonReader.cs104 public bool ReadRootValueAsArray property in Newtonsoft.Json.Bson.BsonReader
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json/Bson/
H A DBsonReader.cs106 public bool ReadRootValueAsArray property in Newtonsoft.Json.Bson.BsonReader
/dports/irc/smuxi/smuxi-1.1/lib/Newtonsoft.Json/Src/Newtonsoft.Json/Bson/
H A DBsonReader.cs104 public bool ReadRootValueAsArray property in Newtonsoft.Json.Bson.BsonReader
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/mono/
H A DSystem.Net.Http.Formatting.cs595 public bool ReadRootValueAsArray { get { throw null; } set { } } property in Newtonsoft.Json.Bson.BsonReader
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.Net.Http.Formatting.cs597 public bool ReadRootValueAsArray { get { throw null; } set { } } property in Newtonsoft.Json.Bson.BsonReader
/dports/devel/newtonsoft-json/Newtonsoft.Json-9.0.1/Src/Newtonsoft.Json.Tests/Serialization/
H A DJsonSerializerTest.cs7602 ReadRootValueAsArray = true in TokenFromBson()