1 write to collection
System.Core (1)
Microsoft\Scripting\Actions\ExpandoObject.cs (1)
300this.collection = collection;
2 references to collection
System.Core (2)
Microsoft\Scripting\Actions\ExpandoObject.cs (2)
306string[] items = new string[collection.Count]; 307collection.CopyTo(items, 0);