1 instantiation of ByteRefOnStack
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\QCallHandles.cs (1)
66return new ByteRefOnStack(Unsafe.AsPointer(ref byteRef));
9 references to ByteRefOnStack
System.Private.CoreLib (9)
src\libraries\System.Private.CoreLib\src\System\Runtime\CompilerServices\QCallHandles.cs (1)
61internal static ByteRefOnStack Create(ref ByteRef byteRef)
src\System\Runtime\CompilerServices\StaticsHelpers.cs (6)
14private static partial void GetThreadStaticsByIndex(ByteRefOnStack result, int index, [MarshalAs(UnmanagedType.Bool)] bool gcStatics); 17private static partial void GetThreadStaticsByMethodTable(ByteRefOnStack result, MethodTable* pMT, [MarshalAs(UnmanagedType.Bool)] bool gcStatics); 142GetThreadStaticsByIndex(ByteRefOnStack.Create(ref result), index, false); 151GetThreadStaticsByIndex(ByteRefOnStack.Create(ref result), index, true); 160GetThreadStaticsByMethodTable(ByteRefOnStack.Create(ref result), mt, false); 169GetThreadStaticsByMethodTable(ByteRefOnStack.Create(ref result), mt, true);
src\System\RuntimeHandles.cs (2)
1555GetFieldDataReference(((RtFieldInfo)field).GetFieldDesc(), ObjectHandleOnStack.Create(ref target), ByteRefOnStack.Create(ref fieldDataRef)); 1569private static unsafe partial void GetFieldDataReference(IntPtr fieldDesc, ObjectHandleOnStack target, ByteRefOnStack fieldDataRef);