2 overrides of WriteArray
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (1)
1365
unsafe public override void
WriteArray
(string prefix, string localName, string namespaceUri, Int32[] array, int offset, int count)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryAsyncCheckWriter.cs (1)
432
public override void
WriteArray
(string prefix, string localName, string namespaceUri, Int32[] array, int offset, int count)
3 references to WriteArray
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Xml\ArrayHelper.cs (1)
169
writer.
WriteArray
(prefix, localName, namespaceUri, array, offset, count);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryAsyncCheckWriter.cs (1)
435
CoreWriter.
WriteArray
(prefix, localName, namespaceUri, array, offset, count);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryWriter.cs (1)
465
WriteArray
(prefix, XmlDictionaryString.GetString(localName), XmlDictionaryString.GetString(namespaceUri), array, offset, count);