2 writes to _nextNeedsClone
Microsoft.Extensions.Validation (2)
ValidateContext.cs (2)
366
_nextNeedsClone
= false;
379
_nextNeedsClone
= true; // the next item must get its own clone
1 reference to _nextNeedsClone
Microsoft.Extensions.Validation (1)
ValidateContext.cs (1)
362
if (
_nextNeedsClone
)