3 references to StructMarshallingThunkKey
ILCompiler.Compiler (3)
parent\parent\Common\TypeSystem\Interop\InteropStateManager.cs (3)
142
var methodKey = new
StructMarshallingThunkKey
((MetadataType)managedType, StructMarshallingThunkType.ManagedToNative);
158
var methodKey = new
StructMarshallingThunkKey
((MetadataType)managedType, StructMarshallingThunkType.NativeToManaged);
174
var methodKey = new
StructMarshallingThunkKey
((MetadataType)managedType, StructMarshallingThunkType.Cleanup);