9 references to ReturnReadOnly
System.Core (9)
Microsoft\Scripting\Ast\BlockExpression.cs (3)
355return ReturnReadOnly(ref _expressions); 383return ReturnReadOnly(ref _variables); 456return ReturnReadOnly(ref _body);
Microsoft\Scripting\Ast\DynamicExpression.cs (1)
450return ReturnReadOnly(ref _arguments);
Microsoft\Scripting\Ast\IndexExpression.cs (1)
99get { return ReturnReadOnly(ref _arguments); }
Microsoft\Scripting\Ast\InvocationExpression.cs (1)
77get { return ReturnReadOnly(ref _arguments); }
Microsoft\Scripting\Ast\MethodCallExpression.cs (2)
161return ReturnReadOnly(ref _arguments); 197return ReturnReadOnly(ref _arguments);
Microsoft\Scripting\Ast\NewExpression.cs (1)
78get { return ReturnReadOnly(ref _arguments); }