4 instantiations of StackCrawlMarkHandle
System.Private.CoreLib (4)
src\System\Environment.CoreCLR.cs (1)
83
FailFast(new
StackCrawlMarkHandle
(ref mark), message, ObjectHandleOnStack.Create(ref exception), errorMessage);
src\System\Reflection\Assembly.CoreCLR.cs (1)
62
GetExecutingAssemblyNative(new
StackCrawlMarkHandle
(ref stackMark), ObjectHandleOnStack.Create(ref retAssembly));
src\System\Reflection\MethodBase.CoreCLR.cs (1)
47
RuntimeMethodHandleInternal methodHandle = GetCurrentMethod(new
StackCrawlMarkHandle
(ref stackMark));
src\System\Reflection\RuntimeAssembly.cs (1)
388
new
StackCrawlMarkHandle
(ref stackMark),
10 references to StackCrawlMarkHandle
System.Private.CoreLib (10)
LibraryImports.g.cs (6)
385
private static partial void FailFast(global::System.Runtime.CompilerServices.
StackCrawlMarkHandle
mark, string message, global::System.Runtime.CompilerServices.ObjectHandleOnStack exception, string errorMessage)
396
static extern unsafe void __PInvoke(global::System.Runtime.CompilerServices.
StackCrawlMarkHandle
__mark_native, ushort* __message_native, global::System.Runtime.CompilerServices.ObjectHandleOnStack __exception_native, ushort* __errorMessage_native);
658
private static extern partial void GetExecutingAssemblyNative(global::System.Runtime.CompilerServices.
StackCrawlMarkHandle
stackMark, global::System.Runtime.CompilerServices.ObjectHandleOnStack retAssembly);
1321
private static extern partial global::System.RuntimeMethodHandleInternal GetCurrentMethod(global::System.Runtime.CompilerServices.
StackCrawlMarkHandle
stackMark);
1532
private 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)
1543
static 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)
88
private static partial void FailFast(
StackCrawlMarkHandle
mark, string? message, ObjectHandleOnStack exception, string? errorMessage);
src\System\Reflection\Assembly.CoreCLR.cs (1)
57
private static partial void GetExecutingAssemblyNative(
StackCrawlMarkHandle
stackMark, ObjectHandleOnStack retAssembly);
src\System\Reflection\MethodBase.CoreCLR.cs (1)
40
private static partial RuntimeMethodHandleInternal GetCurrentMethod(
StackCrawlMarkHandle
stackMark);
src\System\Reflection\RuntimeAssembly.cs (1)
400
StackCrawlMarkHandle
stackMark,