private void LoadEditorServices() { EditorServicesLoading.LoadEditorServicesForHost(); }
private void LoadEditorServices() { // This must be in its own method, since the actual load happens when the calling method is called // The call within this method is therefore a total no-op EditorServicesLoading.LoadEditorServicesForHost(); }