4 references to ToBoolean
System.Private.DataContractSerialization (4)
System\Xml\ValueHandle.cs (1)
221return XmlConverter.ToBoolean(GetString());
System\Xml\XmlBaseReader.cs (1)
1553return XmlConverter.ToBoolean(ReadContentAsString());
System\Xml\XmlConverter.cs (1)
63return ToBoolean(ToString(buffer, offset, count));
System\Xml\XmlDictionaryReader.cs (1)
712value = XmlConverter.ToBoolean(string.Empty);