1 instantiation of DbExpressionStructuralTypeEntitySetInfo
System.Data.Entity (1)
System\Data\Mapping\ViewValidator.cs (1)
370DbExpressionStructuralTypeEntitySetInfo structuralTypeSetInfos = new DbExpressionStructuralTypeEntitySetInfo();
4 references to DbExpressionStructuralTypeEntitySetInfo
System.Data.Entity (4)
System\Data\Mapping\ViewValidator.cs (4)
308private void ValidateEntitySetsMappedForAssociationSetMapping(DbExpressionStructuralTypeEntitySetInfo setInfos) 348DbExpressionStructuralTypeEntitySetInfo setInfos = VisitExpression(expression.Instance) as DbExpressionStructuralTypeEntitySetInfo; 370DbExpressionStructuralTypeEntitySetInfo structuralTypeSetInfos = new DbExpressionStructuralTypeEntitySetInfo();