2 overrides of WriteArray
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (1)
1345unsafe public override void WriteArray(string prefix, XmlDictionaryString localName, XmlDictionaryString namespaceUri, Int16[] array, int offset, int count)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryAsyncCheckWriter.cs (1)
426public override void WriteArray(string prefix, XmlDictionaryString localName, XmlDictionaryString namespaceUri, Int16[] array, int offset, int count)
2 references to WriteArray
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\ArrayHelper.cs (1)
154writer.WriteArray(prefix, localName, namespaceUri, array, offset, count);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryAsyncCheckWriter.cs (1)
429CoreWriter.WriteArray(prefix, localName, namespaceUri, array, offset, count);