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)
40public readonly int RecordCount => _recordCount; 45if (_recordCount == 0) 50Debug.Assert(_recordCount <= byte.MaxValue); 51new BlobWriter(_recordCountFixup).WriteByte((byte)_recordCount);