1 write to EntitySets
System.Data.Entity (1)
System\Data\Metadata\Converter.cs (1)
1003EntitySets = entitySets,
3 references to EntitySets
System.Data.Entity (3)
System\Data\Metadata\Edm\EdmFunction.cs (3)
60if (payload.EntitySets != null) 62Debug.Assert(_returnParameters.Count == payload.EntitySets.Length, "The number of entity sets should match the number of return parameters"); 63_entitySets = new ReadOnlyMetadataCollection<EntitySet>(payload.EntitySets);