2 writes to typesWithoutOSpaceMetadata
System.Data.Services (2)
System\Data\Services\Providers\ObjectContextServiceProvider.cs (2)
68this.typesWithoutOSpaceMetadata = new List<StructuralType>(); 943this.typesWithoutOSpaceMetadata = null;
4 references to typesWithoutOSpaceMetadata
System.Data.Services (4)
System\Data\Services\Providers\ObjectContextServiceProvider.cs (4)
862this.typesWithoutOSpaceMetadata.Add(edmType); 938if (this.typesWithoutOSpaceMetadata.Count != 0) 940throw new InvalidOperationException(Strings.ObjectContext_UnableToLoadMetadataForType(this.typesWithoutOSpaceMetadata[0].FullName)); 979this.typesWithoutOSpaceMetadata.Remove(cspaceType);