3 writes to DisableNewTokens
ILCompiler.ReadyToRun (3)
Compiler\DependencyAnalysis\ReadyToRun\ManifestMetadataTableNode.cs (1)
311
_mutableModule.
DisableNewTokens
= true;
Compiler\ReadyToRunCodegenCompilation.cs (2)
842
NodeFactory.ManifestMetadataTable._mutableModule.
DisableNewTokens
= true;
870
NodeFactory.ManifestMetadataTable._mutableModule.
DisableNewTokens
= false;
1 reference to DisableNewTokens
ILCompiler.ReadyToRun (1)
TypeSystem\Mutable\MutableModule.cs (1)
269
if (_mutableModule.
DisableNewTokens
)