2 overrides of WriteArray
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (1)
1595public override void WriteArray(string prefix, XmlDictionaryString localName, XmlDictionaryString namespaceUri, Guid[] array, int offset, int count)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryAsyncCheckWriter.cs (1)
510public override void WriteArray(string prefix, XmlDictionaryString localName, XmlDictionaryString namespaceUri, Guid[] array, int offset, int count)
2 references to WriteArray
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\ArrayHelper.cs (1)
364writer.WriteArray(prefix, localName, namespaceUri, array, offset, count);
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionaryAsyncCheckWriter.cs (1)
513CoreWriter.WriteArray(prefix, localName, namespaceUri, array, offset, count);