1 write to _methodSignature
System.Private.CoreLib (1)
System\Diagnostics\StackFrame.NativeAot.cs (1)
125_methodName = stackTraceCallbacks.TryGetMethodStackFrameInfo(methodStartAddress, _nativeOffset, needFileInfo, out _methodOwningType, out _methodGenericArgs, out _methodSignature, out _isStackTraceHidden, out _fileName, out _lineNumber);
2 references to _methodSignature
System.Private.CoreLib (2)
System\Diagnostics\StackFrame.NativeAot.cs (2)
256builder.Append(_methodSignature); 261Debug.Assert(_methodSignature == null);