1 write to s_invokeCallback
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\ActionItem.cs (1)
82
s_invokeCallback
= new Action<object>(InvokeCallback);
2 references to s_invokeCallback
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\Internals\System\Runtime\ActionItem.cs (2)
80
if (
s_invokeCallback
== null)
84
return
s_invokeCallback
;