Ejemplo n.º 1
0
 public void ApplyLightBulbAction(string action, FixAllScope?fixAllScope, bool blockUntilComplete = true)
 => _editorInProc.ApplyLightBulbAction(action, fixAllScope, blockUntilComplete);
Ejemplo n.º 2
0
 public void ApplyLightBulbAction(string action, FixAllScope?fixAllScope)
 {
     _inProc.ApplyLightBulbAction(action, fixAllScope);
 }