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)
118string elementString = (_includeSubtypes) ? "IsTypeOf(" + _elementType.ToString() + ")" : _elementType.ToString(); 148if (!(type == _elementType || (_includeSubtypes && _elementType.IsAssignableFrom(type))) && 193return MetadataHelper.GetTypeAndSubtypesOf(_elementType, this.EdmItemCollection, true).OfType<EntityType>(); 195else if (_elementType.BuiltInTypeKind == BuiltInTypeKind.EntityType) 198return Enumerable.Repeat((EntityType)_elementType, 1);