1 write to _isRefType
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\Parameter.cs (1)
192Function.RemoveTypeModifier(ref type, out typeModifier, out _isRefType);
4 references to _isRefType
System.Data.Entity (4)
System\Data\EntityModel\SchemaObjectModel\Parameter.cs (4)
72get { return _isRefType; } 118else if (_isRefType) 385typeName = Function.GetTypeNameForErrorMessage(_type, _collectionKind, _isRefType); 411if (_isRefType)