4 overrides of WriteBoolText
System.Private.DataContractSerialization (4)
System\Xml\XmlBinaryWriter.cs (1)
449
public override void
WriteBoolText
(bool value)
System\Xml\XmlNodeWriter.cs (1)
132
public override void
WriteBoolText
(bool value) { }
System\Xml\XmlSigningNodeWriter.cs (1)
237
public override void
WriteBoolText
(bool value)
System\Xml\XmlUTF8TextWriter.cs (1)
562
public override void
WriteBoolText
(bool value)
2 references to WriteBoolText
System.Private.DataContractSerialization (2)
System\Xml\XmlBaseWriter.cs (1)
1306
_writer.
WriteBoolText
(value);
System\Xml\XmlSigningNodeWriter.cs (1)
243
_writer.
WriteBoolText
(value);