2 writes to _nextRegistrationOrderId
Microsoft.Build (2)
Instance\TaskRegistry.cs (2)
716
Interlocked.Increment(ref
_nextRegistrationOrderId
));
1840
translator.Translate(ref
_nextRegistrationOrderId
);
1 reference to _nextRegistrationOrderId
Microsoft.Build (1)
Instance\TaskRegistry.cs (1)
226
internal int NextRegistrationOrderId =>
_nextRegistrationOrderId
;