1 write to _currentBinaryEmitter
ILCompiler.ReadyToRun (1)
TypeSystem\Mutable\MutableModule.cs (1)
172_currentBinaryEmitter = new ManagedBinaryEmitterForInternalUse(assemblyName, _module.Context, _assemblyFlags, _publicKeyArray, _hashAlgorithm, _moduleToIndex, _module);
4 references to _currentBinaryEmitter
ILCompiler.ReadyToRun (4)
TypeSystem\Mutable\MutableModule.cs (4)
176var handle = perMetadata.HandleGenerationFunction(_currentBinaryEmitter, entry.Item2); 204foreach (var item in _currentBinaryEmitter.TypeSystemEntitiesKnown) 213byte[] metadataArrayTemp = _currentBinaryEmitter.EmitToMetadataBlob(); 272var handle = HandleGenerationFunction(_mutableModule._cache._currentBinaryEmitter, value);