Home
last modified time | relevance | path

Searched refs:GetOpenStaticDelegateMarshallingThunk (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.Compiler/src/Compiler/
H A DCompilerGeneratedInteropStubManager.cs34 var stub = InteropStateManager.GetOpenStaticDelegateMarshallingThunk(delegateType); in GetOpenStaticDelegateMarshallingStub()
108 …OpenStaticDelegateMarshallingThunk = InteropStateManager.GetOpenStaticDelegateMarshallingThunk(del… in GetDelegateMarshallingThunks()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/TypeSystem/Interop/
H A DInteropStateManager.cs44 … public DelegateMarshallingMethodThunk GetOpenStaticDelegateMarshallingThunk(TypeDesc delegateType) in GetOpenStaticDelegateMarshallingThunk() method in Internal.TypeSystem.InteropStateManager