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