7 references to PublisherName
System.Data.Entity (7)
System\Data\Query\PlanCompiler\CTreeGenerator.cs (7)
427PlanCompiler.Assert(inputState != null && inputState.PublisherName != null && inputState.PublishedVars != null , "Invalid RelOpInfo produced by DbExpressionBinding Input"); 487string varName = inputInfo.PublisherName; 1927rightInfo.PublishedVars.PrependProperty(rightInfo.PublisherName); 1932leftInfo.PublishedVars.PrependProperty(leftInfo.PublisherName); 1968inputInfo.PublishedVars.PrependProperty(inputInfo.PublisherName); 2041inputInfo.PublishedVars.PrependProperty(inputInfo.PublisherName); 2042applyInfo.PublishedVars.PrependProperty(applyInfo.PublisherName);