1 write to _elementType
System.Data.Entity (1)
System\Data\Mapping\ViewValidator.cs (1)
67
_elementType
= elementType;
7 references to _elementType
System.Data.Entity (7)
System\Data\Mapping\ViewValidator.cs (7)
118
string elementString = (_includeSubtypes) ? "IsTypeOf(" +
_elementType
.ToString() + ")" :
_elementType
.ToString();
148
if (!(type ==
_elementType
|| (_includeSubtypes &&
_elementType
.IsAssignableFrom(type))) &&
193
return MetadataHelper.GetTypeAndSubtypesOf(
_elementType
, this.EdmItemCollection, true).OfType<EntityType>();
195
else if (
_elementType
.BuiltInTypeKind == BuiltInTypeKind.EntityType)
198
return Enumerable.Repeat((EntityType)
_elementType
, 1);