1 write to _nextRpcTargetIndex
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
Rpc\RpcServer.cs (1)
65
var nextIndex =
_nextRpcTargetIndex
++;
1 reference to _nextRpcTargetIndex
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
Rpc\RpcServer.cs (1)
37
/// A lock to guard <see cref="_rpcTargets"/>, <see cref="_rpcTargetToIndex"/> and <see cref="
_nextRpcTargetIndex
"/>.