1 write to IsNested
MSBuild.Coordinator (1)
BuildGrant.cs (1)
69
IsNested
= isNested;
8 references to IsNested
MSBuild.Coordinator (8)
CoordinatorServer.cs (2)
381
if (!grant.
IsNested
)
437
if (!client.Grant.
IsNested
)
CoordinatorTelemetry.cs (4)
47
.SetTag(IsNestedTag, grant.
IsNested
)
64
.SetTag(IsNestedTag, grant.
IsNested
)
78
.SetTag(IsNestedTag, grant.
IsNested
)
94
.SetTag(IsNestedTag, grant.
IsNested
)
NodeBudgetManager.cs (2)
84
if (grant.
IsNested
)
133
if (grant.
IsNested
)