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