4 instantiations of StackCrawlMarkHandle
System.Private.CoreLib (4)
src\System\Environment.CoreCLR.cs (1)
83FailFast(new StackCrawlMarkHandle(ref mark), message, ObjectHandleOnStack.Create(ref exception), errorMessage);
src\System\Reflection\Assembly.CoreCLR.cs (1)
62GetExecutingAssemblyNative(new StackCrawlMarkHandle(ref stackMark), ObjectHandleOnStack.Create(ref retAssembly));
src\System\Reflection\MethodBase.CoreCLR.cs (1)
47RuntimeMethodHandleInternal methodHandle = GetCurrentMethod(new StackCrawlMarkHandle(ref stackMark));
src\System\Reflection\RuntimeAssembly.cs (1)
388new StackCrawlMarkHandle(ref stackMark),
10 references to StackCrawlMarkHandle
System.Private.CoreLib (10)
LibraryImports.g.cs (6)
385private static partial void FailFast(global::System.Runtime.CompilerServices.StackCrawlMarkHandle mark, string message, global::System.Runtime.CompilerServices.ObjectHandleOnStack exception, string errorMessage) 396static extern unsafe void __PInvoke(global::System.Runtime.CompilerServices.StackCrawlMarkHandle __mark_native, ushort* __message_native, global::System.Runtime.CompilerServices.ObjectHandleOnStack __exception_native, ushort* __errorMessage_native); 658private static extern partial void GetExecutingAssemblyNative(global::System.Runtime.CompilerServices.StackCrawlMarkHandle stackMark, global::System.Runtime.CompilerServices.ObjectHandleOnStack retAssembly); 1321private static extern partial global::System.RuntimeMethodHandleInternal GetCurrentMethod(global::System.Runtime.CompilerServices.StackCrawlMarkHandle stackMark); 1532private static unsafe partial void InternalLoad(global::System.Reflection.NativeAssemblyNameParts* pAssemblyNameParts, global::System.Runtime.CompilerServices.ObjectHandleOnStack requestingAssembly, global::System.Runtime.CompilerServices.StackCrawlMarkHandle stackMark, bool throwOnFileNotFound, global::System.Runtime.CompilerServices.ObjectHandleOnStack assemblyLoadContext, global::System.Runtime.CompilerServices.ObjectHandleOnStack retAssembly) 1543static extern unsafe void __PInvoke(global::System.Reflection.NativeAssemblyNameParts* __pAssemblyNameParts_native, global::System.Runtime.CompilerServices.ObjectHandleOnStack __requestingAssembly_native, global::System.Runtime.CompilerServices.StackCrawlMarkHandle __stackMark_native, int __throwOnFileNotFound_native, global::System.Runtime.CompilerServices.ObjectHandleOnStack __assemblyLoadContext_native, global::System.Runtime.CompilerServices.ObjectHandleOnStack __retAssembly_native);
src\System\Environment.CoreCLR.cs (1)
88private static partial void FailFast(StackCrawlMarkHandle mark, string? message, ObjectHandleOnStack exception, string? errorMessage);
src\System\Reflection\Assembly.CoreCLR.cs (1)
57private static partial void GetExecutingAssemblyNative(StackCrawlMarkHandle stackMark, ObjectHandleOnStack retAssembly);
src\System\Reflection\MethodBase.CoreCLR.cs (1)
40private static partial RuntimeMethodHandleInternal GetCurrentMethod(StackCrawlMarkHandle stackMark);
src\System\Reflection\RuntimeAssembly.cs (1)
400StackCrawlMarkHandle stackMark,