1 write to _callbackDispatchers
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Remote\InProcRemostHostClient.cs (1)
50
_callbackDispatchers
= callbackDispatchers;
1 reference to _callbackDispatchers
Microsoft.CodeAnalysis.Workspaces.Test.Utilities (1)
Remote\InProcRemostHostClient.cs (1)
69
var callbackDispatcher = (descriptor.ClientInterface != null) ?
_callbackDispatchers
.GetDispatcher(typeof(T)) : null;