3 writes to _methodName
System.Private.CoreLib (3)
System\Diagnostics\StackFrame.NativeAot.cs (3)
125_methodName = stackTraceCallbacks.TryGetMethodStackFrameInfo(methodStartAddress, _nativeOffset, needFileInfo, out _methodOwningType, out _methodGenericArgs, out _methodSignature, out _isStackTraceHidden, out _fileName, out _lineNumber); 136_methodName = "<unknown>"; 142_methodName = $"{fileNameWithoutExtension}!<BaseAddress>+0x{rva:x}";
4 references to _methodName
System.Private.CoreLib (4)
System\Diagnostics\StackFrame.NativeAot.cs (4)
128if (_methodName == null) 187builder.Append(_methodName); 248builder.Append(_methodName); 262builder.Append(_methodName);