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)
93ClientRpcTarget = _callbackDispatcher 137Contract.ThrowIfFalse(_callbackDispatcher is not null); 154Contract.ThrowIfFalse(_callbackDispatcher is not null); 238Contract.ThrowIfFalse(_callbackDispatcher is not null); 257Contract.ThrowIfFalse(_callbackDispatcher is not null); 276Contract.ThrowIfFalse(_callbackDispatcher is not null); 295Contract.ThrowIfFalse(_callbackDispatcher is not null);