7 references to AddNonICollectionRange
System.Linq (7)
System\Linq\AppendPrepend.SpeedOpt.cs (3)
41builder.AddNonICollectionRange(_source); 47builder.AddNonICollectionRange(_source); 208builder.AddNonICollectionRange(_source);
System\Linq\Concat.SpeedOpt.cs (4)
68builder.AddNonICollectionRange(_second); 76builder.AddNonICollectionRange(_first); 83builder.AddNonICollectionRange(_first); 84builder.AddNonICollectionRange(_second);