6 writes to _unresolvedType
System.Data.Entity (6)
System\Data\EntityModel\SchemaObjectModel\CollectionTypeElement.cs (1)
71_unresolvedType = type;
System\Data\EntityModel\SchemaObjectModel\FacetEnabledSchemaElement.cs (1)
76_unresolvedType = value;
System\Data\EntityModel\SchemaObjectModel\ReferenceTypeElement.cs (1)
60_unresolvedType = type;
System\Data\EntityModel\SchemaObjectModel\ReturnType.cs (1)
105parameter._unresolvedType = this._unresolvedType;
System\Data\EntityModel\SchemaObjectModel\RowTypePropertyElement.cs (1)
86_unresolvedType = type;
System\Data\EntityModel\SchemaObjectModel\TypeRefElement.cs (1)
61_unresolvedType = type;
7 references to _unresolvedType
System.Data.Entity (7)
System\Data\EntityModel\SchemaObjectModel\CollectionTypeElement.cs (1)
146if( _unresolvedType != null)
System\Data\EntityModel\SchemaObjectModel\FacetEnabledSchemaElement.cs (1)
72return _unresolvedType;
System\Data\EntityModel\SchemaObjectModel\Parameter.cs (1)
353if (_unresolvedType != null)
System\Data\EntityModel\SchemaObjectModel\ReturnType.cs (3)
105parameter._unresolvedType = this._unresolvedType; 273if (_unresolvedType != null) 341System.Data.Entity.Strings.FunctionWithNonPrimitiveTypeNotSupported(_isRefType ? _unresolvedType : _type.FQName, this.ParentElement.FQName));
System\Data\EntityModel\SchemaObjectModel\RowTypePropertyElement.cs (1)
36if (_unresolvedType != null)