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