1 write to _isRefType
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\Function.cs (1)
696
RemoveTypeModifier(ref type, out typeModifier, out
_isRefType
);
3 references to _isRefType
System.Data.Entity (3)
System\Data\EntityModel\SchemaObjectModel\Function.cs (2)
284
return
_isRefType
;
517
System.Data.Entity.Strings.FunctionWithNonPrimitiveTypeNotSupported(GetTypeNameForErrorMessage(_type, _returnTypeCollectionKind,
_isRefType
), this.FQName));
System\Data\EntityModel\SchemaObjectModel\ModelFunction.cs (1)
158
if (
_isRefType
)