6 instantiations of CollectionMember
System.Private.Xml (6)
System\Xml\Serialization\ReflectionXmlSerializationReader.cs (6)
183anyMember.Collection = new CollectionMember(); 208anyMember.Collection = new CollectionMember(); 227anyMember.Collection = new CollectionMember(); 1187arrayMember.Collection = new CollectionMember(); 1684member.Collection ??= new CollectionMember(); 1688member.Collection ??= new CollectionMember();
2 references to CollectionMember
System.Private.Xml (2)
System\Xml\Serialization\ReflectionXmlSerializationReader.cs (2)
542private static void SetCollectionObjectWithCollectionMember([NotNull] ref object? collection, CollectionMember collectionMember, 2137public CollectionMember? Collection;