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