示例#1
0
 private static bool NeedToLogProviderLifecycleEvent(ExecutionContext executionContext) => LanguagePrimitives.IsTrue(executionContext.GetVariable("LogProviderLifecycleEvent", (object)true));
示例#2
0
 private static bool NeedToLogSettingsEvent(ExecutionContext executionContext) => LanguagePrimitives.IsTrue(executionContext.GetVariable("LogSettingsEvent", (object)true));
示例#3
0
 private static bool NeedToLogCommandLifecycleEvent(ExecutionContext executionContext) => LanguagePrimitives.IsTrue(executionContext.GetVariable("LogCommandLifecycleEvent", (object)false));