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)
87ClientRpcTarget = _callbackDispatcher 131Contract.ThrowIfFalse(_callbackDispatcher is not null); 148Contract.ThrowIfFalse(_callbackDispatcher is not null); 232Contract.ThrowIfFalse(_callbackDispatcher is not null); 251Contract.ThrowIfFalse(_callbackDispatcher is not null); 270Contract.ThrowIfFalse(_callbackDispatcher is not null); 289Contract.ThrowIfFalse(_callbackDispatcher is not null);