6 references to TypeReference
System.Data.Entity.Design (6)
System\Data\EntityModel\Emitters\ClientApiGenerator.cs (5)
433
return
TypeReference
.FromString(fullObjectName);
439
return
TypeReference
.FromString(fullObjectName, addGlobalQualifier);
458
return type.ClrType.IsValueType ?
TypeReference
.NullableForType(type.ClrType) :
TypeReference
.ForType(type.ClrType);
473
return
TypeReference
.FromString(typeRef);
System\Data\EntityModel\Emitters\Emitter.cs (1)
104
return _generator.
TypeReference
;