1 write to _context
System.ServiceModel.Primitives (1)
System\ServiceModel\Dispatcher\ThreadBehavior.cs (1)
20
_context
= dispatch.SynchronizationContext;
2 references to _context
System.ServiceModel.Primitives (2)
System\ServiceModel\Dispatcher\ThreadBehavior.cs (2)
95
SynchronizationContext syncContext = instanceContext.SynchronizationContext ??
_context
;
120
string text = SRP.Format(SRP.SFxMultipleCallbackFromSynchronizationContext,
_context
.GetType().ToString());