1 write to _isRefType
System.Data.Entity (1)
System\Data\EntityModel\SchemaObjectModel\ReturnType.cs (1)
163Function.RemoveTypeModifier(ref type, out typeModifier, out _isRefType);
4 references to _isRefType
System.Data.Entity (4)
System\Data\EntityModel\SchemaObjectModel\ReturnType.cs (4)
47get { return _isRefType; } 297if (_isRefType) 316typeName = Function.GetTypeNameForErrorMessage(_type, _collectionKind, _isRefType); 341System.Data.Entity.Strings.FunctionWithNonPrimitiveTypeNotSupported(_isRefType ? _unresolvedType : _type.FQName, this.ParentElement.FQName));