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)
88ClientRpcTarget = _callbackDispatcher 132Contract.ThrowIfFalse(_callbackDispatcher is not null); 149Contract.ThrowIfFalse(_callbackDispatcher is not null); 233Contract.ThrowIfFalse(_callbackDispatcher is not null); 252Contract.ThrowIfFalse(_callbackDispatcher is not null); 271Contract.ThrowIfFalse(_callbackDispatcher is not null); 290Contract.ThrowIfFalse(_callbackDispatcher is not null);