2 instantiations of HostedThreadData
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\HostedHttpRequestAsyncResult.cs (1)
170hostedThreadData = new HostedThreadData();
System\ServiceModel\Activation\HostedHttpTransportManager.cs (1)
271oldData = new HostedThreadData();
8 references to HostedThreadData
System.ServiceModel.Activation (8)
System\ServiceModel\Activation\HostedHttpRequestAsyncResult.cs (2)
55HostedThreadData hostedThreadData; 512public HostedThreadData HostedThreadData
System\ServiceModel\Activation\HostedHttpTransportManager.cs (5)
247static void UnsafeApplyData(HostedThreadData data) 267HostedThreadData oldData; 269public HostedAspNetContext(HostedThreadData newData) 272HostedThreadData.UnsafeApplyData(newData); 277HostedThreadData.UnsafeApplyData(oldData);
System\ServiceModel\Activation\HostingMessageProperty.cs (1)
21HostedThreadData currentThreadData;