WaitCallbackActionItem.cs 425 B

123456789101112131415
  1. //------------------------------------------------------------
  2. // Copyright (c) Microsoft Corporation. All rights reserved.
  3. //------------------------------------------------------------
  4. namespace System.Runtime
  5. {
  6. using System.Runtime.Diagnostics;
  7. using System.Security;
  8. using System.Threading;
  9. static class WaitCallbackActionItem
  10. {
  11. internal static bool ShouldUseActivity { get; set; }
  12. }
  13. }