1 write to _nextIdOffset
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.Variables.cs (1)
189
_nextIdOffset
= container?._nextIdOffset ?? new Random();
2 references to _nextIdOffset
Microsoft.CodeAnalysis.CSharp (2)
FlowAnalysis\NullableWalker.Variables.cs (2)
157
_nextIdOffset
.Next(maxValue: 7) +
189
_nextIdOffset = container?.
_nextIdOffset
?? new Random();