1 write to _maxBufferSize
System.Private.CoreLib (1)
System\CrashInfo.cs (1)
47
_bufferAddress = RuntimeImports.RhGetCrashInfoBuffer(out
_maxBufferSize
);
1 reference to _maxBufferSize
System.Private.CoreLib (1)
System\CrashInfo.cs (1)
404
if ((_currentBufferIndex + size) >= (
_maxBufferSize
- _reservedBuffer))