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