1 write to LibraryManager
Microsoft.VisualStudio.LanguageServices (1)
Library\AbstractObjectList.cs (1)
24
=> this.
LibraryManager
= libraryManager;
48 references to LibraryManager
Microsoft.VisualStudio.LanguageServices (48)
Library\AbstractObjectList.cs (9)
149
var result = this.
LibraryManager
.ThreadingContext.JoinableTaskFactory.Run(
158
ppdispBrowseObj = this.
LibraryManager
.ThreadingContext.JoinableTaskFactory.Run(() =>
187
ppCmdTrgtActive = this.
LibraryManager
;
202
pData[0].hImageList = this.
LibraryManager
.ImageListPtr;
210
pfExpandable = this.
LibraryManager
.ThreadingContext.JoinableTaskFactory.Run(
235
ppIVsSimpleObjectList2 = this.
LibraryManager
.ThreadingContext.JoinableTaskFactory.Run(
245
(ppNavInfo, var result) = this.
LibraryManager
.ThreadingContext.JoinableTaskFactory.Run(async () =>
270
var (success, obj) = this.
LibraryManager
.ThreadingContext.JoinableTaskFactory.Run(() =>
328
var asynchronousOperationListener =
LibraryManager
.ComponentModel.GetService<IAsynchronousOperationListenerProvider>().GetListener(FeatureAttribute.LibraryManager);
Library\ObjectBrowser\ObjectList.cs (39)
66
this.
LibraryManager
.SetActiveListItem(listItem);
426
this.
LibraryManager
.Workspace, cancellationToken).ConfigureAwait(true);
494
var project = this.
LibraryManager
.GetProject(listItem.ProjectId);
502
var projectAndAssemblySet = await this.
LibraryManager
.GetAssemblySetAsync(
504
return await this.
LibraryManager
.GetSearchListAsync(
509
this.
LibraryManager
.Workspace, cancellationToken).ConfigureAwait(true);
516
return new ObjectList(ObjectListKind.Types, flags, this, listItem,
LibraryManager
, this.
LibraryManager
.GetTypeListItems(listItem, compilation));
518
return new ObjectList(ObjectListKind.Hierarchy, flags, this, listItem,
LibraryManager
, this.
LibraryManager
.GetFolderListItems(listItem, compilation));
520
return new ObjectList(ObjectListKind.Namespaces, flags, this, listItem,
LibraryManager
, this.
LibraryManager
.GetNamespaceListItems(listItem, compilation));
522
return new ObjectList(ObjectListKind.Members, flags, this, listItem,
LibraryManager
, this.
LibraryManager
.GetMemberListItems(listItem, compilation));
524
return new ObjectList(ObjectListKind.References, flags, this, listItem,
LibraryManager
, this.
LibraryManager
.GetReferenceListItems(listItem, compilation));
526
return new ObjectList(ObjectListKind.BaseTypes, flags, this, listItem,
LibraryManager
, this.
LibraryManager
.GetBaseTypeListItems(listItem, compilation));
536
return this.
LibraryManager
.Workspace.GetBrowseObjectAsync(symbolListItem, cancellationToken);
558
var project = this.
LibraryManager
.GetProject(projectListItem.ProjectId);
561
return this.
LibraryManager
.LibraryService.NavInfoFactory.CreateForProject(project);
567
return this.
LibraryManager
.LibraryService.NavInfoFactory.CreateForReference(referenceListItem.MetadataReference);
572
return await this.
LibraryManager
.GetNavInfoAsync(
662
return this.
LibraryManager
.TryFillDescriptionAsync(
681
var project = this.
LibraryManager
.Workspace.CurrentSolution.GetProject(symbolListItem.ProjectId);
713
hierarchy = this.
LibraryManager
.Workspace.GetHierarchy(listItem.ProjectId);
742
var operationExecutor =
LibraryManager
.ComponentModel.GetService<IUIThreadOperationExecutor>();
751
var project = this.
LibraryManager
.Workspace.CurrentSolution.GetProject(symbolItem.ProjectId);
755
await this.
LibraryManager
.Workspace.TryGoToDefinitionAsync(symbol, project, cancellationToken).ConfigureAwait(false);
772
return
LibraryManager
.PackageVersion;
776
return
LibraryManager
.ClassVersion;
778
return
LibraryManager
.MembersVersion;
780
return
LibraryManager
.ClassVersion |
LibraryManager
.MembersVersion;
860
var hierarchy = this.
LibraryManager
.Workspace.GetHierarchy(listItem.ProjectId);
866
if (this.
LibraryManager
.ServiceProvider.GetService(typeof(SVsSolution)) is not IVsSolution vsSolution)
893
var hierarchy = this.
LibraryManager
.Workspace.GetHierarchy(projectListItem.ProjectId);
899
if (this.
LibraryManager
.ServiceProvider.GetService(typeof(SVsSolution)) is not IVsSolution vsSolution)
909
var project = this.
LibraryManager
.Workspace.CurrentSolution.GetProject(projectListItem.ProjectId);