6 references to RequiresCanRead
System.Linq.Expressions (6)
System\Linq\Expressions\BlockExpression.cs (4)
904RequiresCanRead(expressions, nameof(expressions)); 979RequiresCanRead(expressionList, nameof(expressions)); 986RequiresCanRead(expressionList, nameof(expressions)); 1005RequiresCanRead(expressionList, nameof(expressions));
System\Linq\Expressions\ElementInit.cs (1)
96RequiresCanRead(argumentsRO, nameof(arguments));
System\Linq\Expressions\SwitchCase.cs (1)
89RequiresCanRead(values, nameof(testValues));