3 writes to Context
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\MessageRpc.cs (2)
440contextHolder.Context = this.OperationContext; 470contextHolder.Context = originalContext;
FrameworkFork\System.ServiceModel\System\ServiceModel\OperationContext.cs (1)
93CurrentHolder.Context = value;
2 references to Context
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\MessageRpc.cs (1)
427originalContext = contextHolder.Context;
FrameworkFork\System.ServiceModel\System\ServiceModel\OperationContext.cs (1)
88return CurrentHolder.Context;