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