1 instantiation of VirtualMemoryNotificationListener
Microsoft.VisualStudio.LanguageServices (1)
Implementation\VirtualMemoryNotificationListener.cs (1)
76return new VirtualMemoryNotificationListener(shell, globalOptions, workspace);
3 references to VirtualMemoryNotificationListener
Microsoft.VisualStudio.LanguageServices (3)
Implementation\VirtualMemoryNotificationListener.cs (1)
64public static async Task<VirtualMemoryNotificationListener> CreateAsync(
ProjectSystem\VisualStudioWorkspaceImpl.cs (2)
102private VirtualMemoryNotificationListener? _memoryListener; 201var memoryListener = await VirtualMemoryNotificationListener.CreateAsync(this, _threadingContext, asyncServiceProvider, _globalOptions, _threadingContext.DisposalToken).ConfigureAwait(true);