2 overrides of WriteBoolText
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (1)
456
public override void
WriteBoolText
(bool value)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlUTF8TextWriter.cs (1)
659
public override void
WriteBoolText
(bool value)
1 reference to WriteBoolText
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBaseWriter.cs (1)
1289
_writer.
WriteBoolText
(value);