1 write to _callbackDispatcher
Microsoft.CodeAnalysis.Remote.Workspaces (1)
BrokeredServiceConnection.cs (1)
70
_callbackDispatcher
= callbackDispatcher;
7 references to _callbackDispatcher
Microsoft.CodeAnalysis.Remote.Workspaces (7)
BrokeredServiceConnection.cs (7)
88
ClientRpcTarget =
_callbackDispatcher
132
Contract.ThrowIfFalse(
_callbackDispatcher
is not null);
149
Contract.ThrowIfFalse(
_callbackDispatcher
is not null);
233
Contract.ThrowIfFalse(
_callbackDispatcher
is not null);
252
Contract.ThrowIfFalse(
_callbackDispatcher
is not null);
271
Contract.ThrowIfFalse(
_callbackDispatcher
is not null);
290
Contract.ThrowIfFalse(
_callbackDispatcher
is not null);