3 references to _activeRootGrantsById
MSBuild.Coordinator (3)
CoordinatorServer.cs (3)
337
if (
_activeRootGrantsById
.TryGetValue(grantId, out BuildGrant? rootGrant) &&
439
_activeRootGrantsById
.Remove(client.Grant.GrantId);
506
_activeRootGrantsById
[grant.GrantId] = grant;