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