2 writes to _offsets
Microsoft.DiaSymReader (2)
Writer\SymUnmanagedSequencePointsWriter.cs (2)
29
_offsets
= new int[capacity];
42
Array.Resize(ref
_offsets
, newLength);
4 references to _offsets
Microsoft.DiaSymReader (4)
Writer\SymUnmanagedSequencePointsWriter.cs (4)
38
if (length >
_offsets
.Length)
40
int newLength = Math.Max(length, (
_offsets
.Length + 1) * 2);
77
_offsets
[index] = offset;
91
_offsets
,