1 write to hostInterface
System.Data.Services (1)
System\Data\Services\DataServiceOperationContext.cs (1)
56
this.
hostInterface
= host;
2 references to hostInterface
System.Data.Services (2)
System\Data\Services\DataServiceOperationContext.cs (2)
172
Debug.Assert(this.
hostInterface
!= null, "this.hostInterface != null");
173
this.hostWrapper = new DataServiceHostWrapper(this.
hostInterface
);