6 instantiations of CollectionMember
System.Private.Xml (6)
System\Xml\Serialization\ReflectionXmlSerializationReader.cs (6)
190anyMember.Collection = new CollectionMember(); 215anyMember.Collection = new CollectionMember(); 234anyMember.Collection = new CollectionMember(); 1247arrayMember.Collection = new CollectionMember(); 1744member.Collection ??= new CollectionMember(); 1748member.Collection ??= new CollectionMember();
2 references to CollectionMember
System.Private.Xml (2)
System\Xml\Serialization\ReflectionXmlSerializationReader.cs (2)
549private static void SetCollectionObjectWithCollectionMember([NotNull] ref object? collection, CollectionMember collectionMember, 2223public CollectionMember? Collection;