1 instantiation of Holder
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\OperationContext.cs (1)
104
holder = new
Holder
();
4 references to Holder
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\MessageRpc.cs (1)
423
OperationContext.
Holder
contextHolder;
FrameworkFork\System.ServiceModel\System\ServiceModel\OperationContext.cs (3)
16
private static
Holder
s_currentContext;
97
internal static
Holder
CurrentHolder
101
Holder
holder = OperationContext.s_currentContext;