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