1 write to hostedThreadData
System.ServiceModel.Activation (1)
System\ServiceModel\Activation\HostedHttpRequestAsyncResult.cs (1)
170
hostedThreadData
= new HostedThreadData();
3 references to hostedThreadData
System.ServiceModel.Activation (3)
System\ServiceModel\Activation\HostedHttpRequestAsyncResult.cs (3)
382
if (self.
hostedThreadData
!= null)
384
hostedThreadContext = self.
hostedThreadData
.CreateContext();
519
return this.
hostedThreadData
;