Implemented interface member:
method
Add
System.Collections.Generic.ICollection<T>.Add(T)
7 references to Add
System.Core (7)
Microsoft\Scripting\Actions\CallSiteBinder.cs (3)
172body.Add(binding); 187body.Add(updLabel); 188body.Add(
Microsoft\Scripting\Actions\DynamicObject.cs (2)
371paramArgs.Add(Expression.Convert(args[i], typeof(object))); 390block.Add(
Microsoft\Scripting\Utils\ReadOnlyCollectionBuilder.cs (2)
88Add(en.Current); 298Add((T)value);