2 references to _propertyChain
System.Data.Entity (2)
System\Data\Query\PlanCompiler\CTreeGenerator.cs (2)
78
internal List<string> PropertyPath { get { return
_propertyChain
; } }
101
_propertyChain
.Insert(0, propName);