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