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