3 references to SetInfos
System.Data.Entity (3)
System\Data\Mapping\ViewValidator.cs (3)
315if (setInfos.SetInfos.All(it => ((it.Value != null) && (it.Value is DbExpressionSimpleTypeEntitySetInfo))) 316&& setInfos.SetInfos.Count() == 2) 318foreach (DbExpressionSimpleTypeEntitySetInfo setInfo in setInfos.SetInfos.Select(it => it.Value))