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