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