3 overrides of WriteAttributes
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlRawWriter.cs (1)
213
public override void
WriteAttributes
(XmlReader reader, bool defattr)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryAsyncCheckWriter.cs (1)
96
public override void
WriteAttributes
(XmlReader reader, bool defattr)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryWriter.cs (1)
621
public override void
WriteAttributes
(XmlReader reader, bool defattr)
12 references to WriteAttributes
dotnet-svcutil-lib (12)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlReader.cs (1)
1269
xtw.
WriteAttributes
(this, defattr);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlReaderAsync.cs (1)
242
xtw.
WriteAttributes
(this, defattr);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlWriter.cs (2)
363
WriteAttributes
(reader, defattr);
415
WriteAttributes
(reader, defattr);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryAsyncCheckWriter.cs (1)
99
CoreWriter.
WriteAttributes
(reader, defattr);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryWriter.cs (1)
623
_writer.
WriteAttributes
(reader, defattr);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\AddressHeader.cs (1)
351
writer.
WriteAttributes
(reader, false);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\Message.cs (3)
1672
writer.
WriteAttributes
(reader, false);
1686
writer.
WriteAttributes
(reader, false);
1700
writer.
WriteAttributes
(reader, false);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageHeader.cs (1)
447
writer.
WriteAttributes
(reader, false);
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageHeaders.cs (1)
1648
writer.
WriteAttributes
(reader, false);