1 override of TryGetDiagnosticMethodInfoFromStartAddress
System.Private.StackTraceMetadata (1)
Internal\StackTraceMetadata\StackTraceMetadata.cs (1)
329public override DiagnosticMethodInfo TryGetDiagnosticMethodInfoFromStartAddress(nint methodStartAddress)
2 references to TryGetDiagnosticMethodInfoFromStartAddress
System.Private.CoreLib (2)
System\Delegate.cs (1)
323return RuntimeAugments.StackTraceCallbacksIfAvailable?.TryGetDiagnosticMethodInfoFromStartAddress(functionPointer);
System\Diagnostics\DiagnosticMethodInfo.NativeAot.cs (1)
30? RuntimeAugments.StackTraceCallbacksIfAvailable?.TryGetDiagnosticMethodInfoFromStartAddress(startAddress)