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