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