Example #1
0
 public static void SetImplementation(ISafeExecutionHelpers implementation)
 => Instance = implementation;
Example #2
0
 /// <summary>
 /// Reverts <see cref="Implementation"/> to its default
 /// </summary>
 internal static void RevertToDefaultImplementation()
 => Implementation = defaultImplementation.Value;