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