2 overrides of WriteArray
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (1)
1443
unsafe public override void
WriteArray
(string prefix, string localName, string namespaceUri, float[] array, int offset, int count)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryAsyncCheckWriter.cs (1)
456
public override void
WriteArray
(string prefix, string localName, string namespaceUri, float[] array, int offset, int count)
3 references to WriteArray
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Xml\ArrayHelper.cs (1)
229
writer.
WriteArray
(prefix, localName, namespaceUri, array, offset, count);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryAsyncCheckWriter.cs (1)
459
CoreWriter.
WriteArray
(prefix, localName, namespaceUri, array, offset, count);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryWriter.cs (1)
499
WriteArray
(prefix, XmlDictionaryString.GetString(localName), XmlDictionaryString.GetString(namespaceUri), array, offset, count);