1 write to _childElementIndex
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\XmlFormatWriterGenerator.cs (1)
359_childElementIndex += classMemberCount;
4 references to _childElementIndex
System.Private.DataContractSerialization (4)
System\Runtime\Serialization\XmlFormatWriterGenerator.cs (4)
327if (writeXsiType || !TryWritePrimitive(memberType, memberValue, member.MemberInfo, arrayItemIndex: null, ns: namespaceLocal, name: null, nameIndex: i + _childElementIndex)) 329WriteStartElement(memberType, classContract.Namespace, namespaceLocal, nameLocal: null, nameIndex: i + _childElementIndex); 330if (classContract.ChildElementNamespaces![i + _childElementIndex] != null) 333_ilg.LoadArrayElement(_childElementNamespacesLocal!, i + _childElementIndex);