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)
130
public int MaxIndex =>
_maxIndex
;
142
Debug.Assert(index <
_maxIndex
);
153
Debug.Assert(index <
_maxIndex
);