8 references to GrantOwnership
Microsoft.Build (8)
BackEnd\BuildManager\CoordinatorClient.cs (8)
59GrantOwnership grantOwnership, 330GrantOwnership grantOwnership; 338grantOwnership = GrantOwnership.Nested; 344grantOwnership = GrantOwnership.Root; 358CoordinatorClient client = grantOwnership == GrantOwnership.Root 365Assumed.Equal(grantOwnership, GrantOwnership.Root, "Nested coordinator grant joins should not wait for global resources."); 435=> new(connection, grant.GrantId, grant.GrantedNodes, GrantOwnership.Root, heartbeatIntervalMs, output) 445=> new(connection, grant.GrantId, grant.GrantedNodes, GrantOwnership.Nested, heartbeatIntervalMs, output);