2 instantiations of DelegateMarshallingStubHashtableKey
ILCompiler.Compiler (2)
parent\parent\Common\TypeSystem\Interop\InteropStateManager.cs (2)
55var stubKey = new DelegateMarshallingStubHashtableKey((MetadataType)delegateType, DelegateMarshallingMethodThunkKind.ReverseOpenStatic); 73var stubKey = new DelegateMarshallingStubHashtableKey((MetadataType)delegateType, DelegateMarshallingMethodThunkKind.ReverseClosed);
6 references to DelegateMarshallingStubHashtableKey
ILCompiler.Compiler (6)
parent\parent\Common\TypeSystem\Interop\InteropStateManager.cs (6)
55var stubKey = new DelegateMarshallingStubHashtableKey((MetadataType)delegateType, DelegateMarshallingMethodThunkKind.ReverseOpenStatic); 73var stubKey = new DelegateMarshallingStubHashtableKey((MetadataType)delegateType, DelegateMarshallingMethodThunkKind.ReverseClosed); 335private sealed class DelegateMarshallingStubHashtable : LockFreeReaderHashtable<DelegateMarshallingStubHashtableKey, DelegateMarshallingMethodThunk> 337protected override int GetKeyHashCode(DelegateMarshallingStubHashtableKey key) 347protected override bool CompareKeyToValue(DelegateMarshallingStubHashtableKey key, DelegateMarshallingMethodThunk value) 359protected override DelegateMarshallingMethodThunk CreateValueFromKey(DelegateMarshallingStubHashtableKey key)