1 write to _callbackDispatcher
Microsoft.CodeAnalysis.Remote.Workspaces (1)
BrokeredServiceConnection.cs (1)
69
_callbackDispatcher
= callbackDispatcher;
7 references to _callbackDispatcher
Microsoft.CodeAnalysis.Remote.Workspaces (7)
BrokeredServiceConnection.cs (7)
87
ClientRpcTarget =
_callbackDispatcher
131
Contract.ThrowIfFalse(
_callbackDispatcher
is not null);
148
Contract.ThrowIfFalse(
_callbackDispatcher
is not null);
232
Contract.ThrowIfFalse(
_callbackDispatcher
is not null);
251
Contract.ThrowIfFalse(
_callbackDispatcher
is not null);
270
Contract.ThrowIfFalse(
_callbackDispatcher
is not null);
289
Contract.ThrowIfFalse(
_callbackDispatcher
is not null);