2 references to IsSQueryDistinct
System.Data.Entity (2)
System\Data\Mapping\MetadataMappingHasherVisitor.cs (1)
152this.AddV2ObjectContentToHashBuilder(storageMappingFragment.IsSQueryDistinct, this.m_MappingVersion);
System\Data\Mapping\ViewGeneration\CellCreator.cs (1)
346fragmentMap.IsSQueryDistinct ? CellQuery.SelectDistinct.Yes : CellQuery.SelectDistinct.No);