14 references to Type
System.Data.Services (14)
System\Data\Services\Providers\BaseServiceProvider.cs (2)
724
throw new InvalidOperationException(Strings.BaseServiceProvider_OverloadingNotSupported(this.
Type
, method));
788
throw new InvalidOperationException(Strings.BaseServiceProvider_IEnumerableAlwaysMultiple(this.
Type
, method));
System\Data\Services\Providers\ObjectContextServiceProvider.cs (5)
80
get { return this.
Type
.Namespace; }
293
InitializeObjectItemCollection(this.ObjectContext, this.
Type
.Assembly);
313
if (!entityContainerDefinitionWritten && typesInNamespace.Key == this.
Type
.Namespace)
327
MetadataSerializer.WriteSchemaElement(xmlWriter, this.
Type
.Namespace, metadataEdmSchemaVersion);
850
InitializeObjectItemCollection(this.ObjectContext, this.
Type
.Assembly);
System\Data\Services\Providers\ReflectionServiceProvider.cs (7)
55
get { return this.
Type
.Namespace; }
61
get { return this.
Type
.Name; }
234
return typeof(IUpdatable).IsAssignableFrom(this.
Type
);
250
IgnorePropertiesAttribute.GetProperties(this.
Type
, true /*inherit*/, WebUtil.PublicInstanceBindingFlags));
251
PropertyInfo[] properties = this.
Type
.GetProperties(WebUtil.PublicInstanceBindingFlags);
314
PropertyInfo propertyInfo = this.
Type
.GetProperty(resourceContainer.Name, WebUtil.PublicInstanceBindingFlags);
322
generator.Emit(System.Reflection.Emit.OpCodes.Castclass, this.
Type
);