1 write to _maxIndex
System.Diagnostics.DiagnosticSource (1)
src\libraries\Common\src\System\Diagnostics\DiagnosticsHelper.cs (1)
127_maxIndex = bitMap.Length * sizeof(ulong) * 8;
3 references to _maxIndex
System.Diagnostics.DiagnosticSource (3)
src\libraries\Common\src\System\Diagnostics\DiagnosticsHelper.cs (3)
130public int MaxIndex => _maxIndex; 142Debug.Assert(index < _maxIndex); 153Debug.Assert(index < _maxIndex);