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