4 references to _rpcTargetToIndex
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (4)
Rpc\RpcServer.cs (4)
37
/// A lock to guard <see cref="_rpcTargets"/>, <see cref="
_rpcTargetToIndex
"/> and <see cref="_nextRpcTargetIndex"/>.
69
_rpcTargetToIndex
.Add(rpcTarget, nextIndex);
80
Contract.ThrowIfFalse(
_rpcTargetToIndex
.TryGetValue(rpcTarget, out var targetIndex));
81
_rpcTargetToIndex
.Remove(rpcTarget);