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