1 instantiation of ForwardDelegateCreationStubHashtable
ILCompiler.Compiler (1)
parent\parent\Common\TypeSystem\Interop\InteropStateManager.cs (1)
31
_forwardDelegateCreationStubHashtable = new
ForwardDelegateCreationStubHashtable
(this, _generatedAssembly.GetGlobalModuleType());
1 reference to ForwardDelegateCreationStubHashtable
ILCompiler.Compiler (1)
parent\parent\Common\TypeSystem\Interop\InteropStateManager.cs (1)
19
private readonly
ForwardDelegateCreationStubHashtable
_forwardDelegateCreationStubHashtable;