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