1 write to _isRefType
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\RowTypePropertyElement.cs (1)
71
Function.RemoveTypeModifier(ref type, out typeModifier, out
_isRefType
);
4 references to _isRefType
System.Data.Entity (4)
System\Data\EntityModel\SchemaObjectModel\RowTypePropertyElement.cs (4)
161
else if (
_isRefType
)
213
if (
_isRefType
)
245
if (_type is ScalarType == false ||
_isRefType
|| _collectionKind != CollectionKind.None)
267
if (
_isRefType
)