1 write to _bufferAddress
System.Private.CoreLib (1)
System\CrashInfo.cs (1)
47
_bufferAddress
= RuntimeImports.RhGetCrashInfoBuffer(out _maxBufferSize);
2 references to _bufferAddress
System.Private.CoreLib (2)
System\CrashInfo.cs (2)
50
public IntPtr TriageBufferAddress => new IntPtr(
_bufferAddress
);
408
byte* ptr =
_bufferAddress
+ _currentBufferIndex;