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