2 references to DelegateMarshallingStubHashtableKey
ILCompiler.Compiler (2)
parent\parent\Common\TypeSystem\Interop\InteropStateManager.cs (2)
55
var stubKey = new
DelegateMarshallingStubHashtableKey
((MetadataType)delegateType, DelegateMarshallingMethodThunkKind.ReverseOpenStatic);
73
var stubKey = new
DelegateMarshallingStubHashtableKey
((MetadataType)delegateType, DelegateMarshallingMethodThunkKind.ReverseClosed);