2 references to ToReadOnlyCollection
System.Core (2)
System\Linq\Expressions\ExpressionVisitor.cs (1)
188return list.ToReadOnlyCollection();
System\Linq\SequenceQuery.cs (1)
241argList = newArgs.ToReadOnlyCollection();