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)
172
body.
Add
(binding);
187
body.
Add
(updLabel);
188
body.
Add
(
Microsoft\Scripting\Actions\DynamicObject.cs (2)
371
paramArgs.
Add
(Expression.Convert(args[i], typeof(object)));
390
block.
Add
(
Microsoft\Scripting\Utils\ReadOnlyCollectionBuilder.cs (2)
88
Add
(en.Current);
298
Add
((T)value);