Implemented interface member:
8 references to Add
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComInvokeAction.cs (2)
73nestedArgs.Add(parameters[0]); 78nestedArgs.Add(Expression.ArrayAccess(array, Expression.Constant(i)));
System.Linq.Expressions (6)
System\Dynamic\DynamicObject.cs (1)
470block.Add(
System\Runtime\CompilerServices\CallSiteBinder.cs (3)
156body.Add(binding); 171body.Add(updLabel); 172body.Add(
System\Runtime\CompilerServices\ReadOnlyCollectionBuilder.cs (2)
68Add(en.Current); 276Add((T)value!);