2 instantiations of RemoteFindUsageContext
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
Services\FindUsages\RemoteFindUsagesService.cs (2)
44
var context = new
RemoteFindUsageContext
(callback, callbackId);
67
var context = new
RemoteFindUsageContext
(callback, callbackId);
2 references to RemoteFindUsageContext
Microsoft.CodeAnalysis.Remote.ServiceHub (2)
Services\FindUsages\RemoteFindUsagesService.cs (2)
44
var
context = new RemoteFindUsageContext(callback, callbackId);
67
var
context = new RemoteFindUsageContext(callback, callbackId);