1 write to _instance
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (1)
54
_instance
= new InstanceBehavior(dispatch, this);
4 references to _instance
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ImmutableDispatchRuntime.cs (4)
251
IInstanceContextProvider provider =
_instance
.InstanceContextProvider;
449
_instance
.EnsureInstanceContext(ref rpc);
541
_instance
.EnsureServiceInstance(ref rpc);
807
_instance
.AfterReply(ref rpc, _error);