2 writes to epmInfo
System.Data.Services (2)
System\Data\Services\Providers\ResourceType.cs (2)
519
this.
epmInfo
= new EpmInfoPerResourceType();
626
this.
epmInfo
= new EpmInfoPerResourceType();
14 references to epmInfo
System.Data.Services (14)
System\Data\Services\Providers\ResourceType.cs (14)
476
if (this.
epmInfo
!= null)
517
if (this.
epmInfo
== null)
522
return this.
epmInfo
.EpmSourceTree;
533
Debug.Assert(this.
epmInfo
!= null, "Must have valid EpmInfo");
534
return this.
epmInfo
.EpmTargetTree;
543
Debug.Assert(this.
epmInfo
!= null, "Must have valid EpmInfo");
544
return this.
epmInfo
.InheritedEpmInfo;
553
Debug.Assert(this.
epmInfo
!= null, "Must have valid EpmInfo");
554
return this.
epmInfo
.OwnEpmInfo;
563
Debug.Assert(this.
epmInfo
!= null, "Must have valid EpmInfo");
564
return this.
epmInfo
.OwnEpmInfo.Concat(this.
epmInfo
.InheritedEpmInfo);
624
if (this.
epmInfo
== null)
1261
this.
epmInfo
.Reset();