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