1 write to _collection
System.Linq.Expressions (1)
System\Dynamic\ExpandoObject.cs (1)
332_collection = collection;
2 references to _collection
System.Linq.Expressions (2)
System\Dynamic\ExpandoObject.cs (2)
340string[] items = new string[_collection.Count]; 341_collection.CopyTo(items, 0);