6 references to Create
System.Data.Services.Client (6)
System\Data\Services\Client\ALinq\ProjectionAnalyzer.cs (1)
179
if (me != null && ClientType.
Create
(me.Expression.Type, false).IsEntityType)
System\Data\Services\Client\ALinq\ResourceBinder.cs (1)
1525
ClientType clientType = ClientType.
Create
(type, false /* expectModelType */);
System\Data\Services\Client\AtomMaterializer.cs (2)
575
entryType = ClientType.
Create
(property.NullablePropertyType, false);
662
if (entry.ShouldUpdateFromPayload && ClientType.
Create
(property.NullablePropertyType, false).IsEntityType)
System\Data\Services\Client\ClientType.cs (2)
382
return ClientType.
Create
(t, false).IsEntityType;
392
return
Create
(type, true /* expectModelType */);