3 references to MethodDesc
System.Private.CoreLib (3)
src\System\Runtime\CompilerServices\AsyncHelpers.CoreCLR.cs (1)
124private static unsafe Continuation AllocContinuationMethod(Continuation prevContinuation, nuint numGCRefs, nuint dataSize, MethodDesc* method)
src\System\Runtime\CompilerServices\InitHelpers.cs (1)
33private static void InitInstantiatedClass(MethodTable* mt, MethodDesc* methodDesc)
src\System\Runtime\CompilerServices\RuntimeHelpers.CoreCLR.cs (1)
628private MethodDescChunk* GetMethodDescChunk() => (MethodDescChunk*)(((byte*)Unsafe.AsPointer<MethodDesc>(ref this)) - (sizeof(MethodDescChunk) + ChunkIndex * sizeof(IntPtr)));