2 writes to _endLines
Microsoft.DiaSymReader (2)
Writer\SymUnmanagedSequencePointsWriter.cs (2)
32
_endLines
= new int[capacity];
45
Array.Resize(ref
_endLines
, newLength);
2 references to _endLines
Microsoft.DiaSymReader (2)
Writer\SymUnmanagedSequencePointsWriter.cs (2)
80
_endLines
[index] = endLine;
94
_endLines
,