2 overrides of ProcessPropertyAccess
System.Data.Services (2)
System\Data\Services\Providers\BasicExpandProvider.cs (2)
1974protected override bool ProcessPropertyAccess(string propertyName, ref Expression operandExpression, ref Expression accessExpression) 2077protected 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)
67if (this.ProcessPropertyAccess(propertyName, ref operand, ref result)) 97if (this.ProcessPropertyAccess(m.Member.Name, ref operand, ref result))