1 write to _context
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ThreadBehavior.cs (1)
21
_context
= dispatch.SynchronizationContext;
2 references to _context
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\ThreadBehavior.cs (2)
96
SynchronizationContext syncContext = instanceContext.SynchronizationContext ??
_context
;
121
string text = string.Format(SRServiceModel.SFxMultipleCallbackFromSynchronizationContext,
_context
.GetType().ToString());