1 write to _callbackDispatcher
Microsoft.CodeAnalysis.Remote.Workspaces (1)
BrokeredServiceConnection.cs (1)
75
_callbackDispatcher
= callbackDispatcher;
7 references to _callbackDispatcher
Microsoft.CodeAnalysis.Remote.Workspaces (7)
BrokeredServiceConnection.cs (7)
93
ClientRpcTarget =
_callbackDispatcher
137
Contract.ThrowIfFalse(
_callbackDispatcher
is not null);
154
Contract.ThrowIfFalse(
_callbackDispatcher
is not null);
238
Contract.ThrowIfFalse(
_callbackDispatcher
is not null);
257
Contract.ThrowIfFalse(
_callbackDispatcher
is not null);
276
Contract.ThrowIfFalse(
_callbackDispatcher
is not null);
295
Contract.ThrowIfFalse(
_callbackDispatcher
is not null);