1 write to _module
ILCompiler.ReadyToRun (1)
TypeSystem\Mutable\MutableModule.cs (1)
157
_module
= module;
3 references to _module
ILCompiler.ReadyToRun (3)
TypeSystem\Mutable\MutableModule.cs (3)
172
_currentBinaryEmitter = new ManagedBinaryEmitterForInternalUse(assemblyName,
_module
.Context, _assemblyFlags, _publicKeyArray, _hashAlgorithm, _moduleToIndex,
_module
);
190
var perMetadataTypeCache = new PerMetadataFormCache<T>(
_module
, handleFunc, _perMetadata.Count);