2 overrides of ProcessPropertyAccess
System.Data.Services (2)
System\Data\Services\Providers\BasicExpandProvider.cs (2)
1974
protected override bool
ProcessPropertyAccess
(string propertyName, ref Expression operandExpression, ref Expression accessExpression)
2077
protected override bool
ProcessPropertyAccess
(string propertyName, ref Expression operandExpression, ref Expression accessExpression)
2 references to ProcessPropertyAccess
System.Data.Services (2)
System\Data\Services\Internal\PropertyAccessVisitor.cs (2)
67
if (this.
ProcessPropertyAccess
(propertyName, ref operand, ref result))
97
if (this.
ProcessPropertyAccess
(m.Member.Name, ref operand, ref result))