2 writes to multiplePathsFound
System.Data.Services.Client (2)
System\Data\Services\Client\MemberAssignmentAnalysis.cs (2)
175this.multiplePathsFound = true; 204this.multiplePathsFound = true;
4 references to multiplePathsFound
System.Data.Services.Client (4)
System\Data\Services\Client\MemberAssignmentAnalysis.cs (4)
80get { return this.multiplePathsFound; } 131if (this.multiplePathsFound || this.incompatibleAssignmentsException != null) 260Debug.Assert(!this.multiplePathsFound, "this.multiplePathsFound -- otherwise GetExpressionsToTargetEntity won't return reliable (consistent) results"); 276Debug.Assert(!this.multiplePathsFound, "this.multiplePathsFound -- otherwise GetExpressionsToTargetEntity won't return reliable (consistent) results");