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