Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/external/corert/src/Common/src/TypeSystem/Interop/
H A DInteropStateManager.cs20 private readonly DelegateMarshallingStubHashtable _delegateMarshallingThunkHashtable;
31 …_delegateMarshallingThunkHashtable = new DelegateMarshallingStubHashtable(this, _generatedAssembly… in InteropStateManager()
328 …private class DelegateMarshallingStubHashtable : LockFreeReaderHashtable<DelegateMarshallingStubHa… class in Internal.TypeSystem.InteropStateManager
361 …public DelegateMarshallingStubHashtable(InteropStateManager interopStateManager, TypeDesc owningTy… in DelegateMarshallingStubHashtable() method in Internal.TypeSystem.InteropStateManager.DelegateMarshallingStubHashtable