Exemple #1
0
 public bool IsVisible(TextViewContext context)
 {
     return((context == null || context.TextView != null) &&
            DebuggerPlugin.DebugShowNextStatementCanExecute());
 }
Exemple #2
0
 public bool IsVisible(ContextMenuEntryContext context)
 {
     return((context == null || context.Element is DecompilerTextView) &&
            DebuggerPlugin.DebugShowNextStatementCanExecute());
 }