2 references to PropertyDoesNotHaveAccessor
System.Linq.Expressions (2)
System\Linq\Expressions\IndexExpression.cs (1)
454throw Error.PropertyDoesNotHaveAccessor(indexer, paramName);
System\Linq\Expressions\MemberExpression.cs (1)
262throw Error.PropertyDoesNotHaveAccessor(property, nameof(property));