3 writes to EpmInfoInitialized
System.Data.Services (3)
System\Data\Services\Providers\ObjectContextServiceProvider.cs (1)
899resourceType.EpmInfoInitialized = true;
System\Data\Services\Providers\ReflectionServiceProvider.cs (1)
300resourceType.EpmInfoInitialized = true;
System\Data\Services\Providers\ResourceType.cs (1)
1252this.EpmInfoInitialized = true;
3 references to EpmInfoInitialized
System.Data.Services (3)
System\Data\Services\Providers\ResourceType.cs (2)
1249if (this.EpmInfoInitialized == false) 1259if (this.HasEntityPropertyMappings && !this.EpmInfoInitialized)
System\Data\Services\Serializers\MetadataSerializer.cs (1)
66Debug.Assert(type.EpmInfoInitialized, "type.EpmInfoInitialized -- otherwise the call is too soon to determine version.");