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