5 writes to ArraySource
System.Private.Xml (5)
System\Xml\Serialization\ReflectionXmlSerializationReader.cs (5)
191
anyMember.
ArraySource
= anyMember.Source;
216
anyMember.
ArraySource
= anyMember.Collection.Add;
235
anyMember.
ArraySource
= anyMember.Collection.Add;
1248
arrayMember.
ArraySource
= arrayMember.Collection.Add;
1752
member.
ArraySource
= member.Source;
4 references to ArraySource
System.Private.Xml (4)
System\Xml\Serialization\ReflectionXmlSerializationReader.cs (4)
291
anyAttribute.
ArraySource
!(value);
1007
if (checkForNull && (member!.Source == null && member.
ArraySource
== null))
1083
if (member?.
ArraySource
!= null)
1085
member?.
ArraySource
(value!);