1 write to invokeWithContextCallback
System.ServiceModel.Internals (1)
System\Runtime\ActionItem.cs (1)
176
invokeWithContextCallback
= new Action<object>(InvokeWithContext);
2 references to invokeWithContextCallback
System.ServiceModel.Internals (2)
System\Runtime\ActionItem.cs (2)
174
if (
invokeWithContextCallback
== null)
178
return
invokeWithContextCallback
;