1 write to _structMarshallingThunkHashtable
ILCompiler.Compiler (1)
parent\parent\Common\TypeSystem\Interop\InteropStateManager.cs (1)
28
_structMarshallingThunkHashtable
= new StructMarshallingThunkHashTable(this, _generatedAssembly.GetGlobalModuleType());
3 references to _structMarshallingThunkHashtable
ILCompiler.Compiler (3)
parent\parent\Common\TypeSystem\Interop\InteropStateManager.cs (3)
143
return
_structMarshallingThunkHashtable
.GetOrCreateValue(methodKey);
159
return
_structMarshallingThunkHashtable
.GetOrCreateValue(methodKey);
175
return
_structMarshallingThunkHashtable
.GetOrCreateValue(methodKey);