2 writes to _recordCount
Microsoft.CodeAnalysis.Debugging.Package (2)
CustomDebugInfoEncoder.cs (2)
28
_recordCount
= 0;
236
_recordCount
++;
4 references to _recordCount
Microsoft.CodeAnalysis.Debugging.Package (4)
CustomDebugInfoEncoder.cs (4)
40
public readonly int RecordCount =>
_recordCount
;
45
if (
_recordCount
== 0)
50
Debug.Assert(
_recordCount
<= byte.MaxValue);
51
new BlobWriter(_recordCountFixup).WriteByte((byte)
_recordCount
);