1 write to _propertiesTable
MonoAOTCompiler (1)
MonoAOTCompiler.cs (1)
496_propertiesTable = new BuildPropertiesTable(propertiesTableFilePath);
2 references to _propertiesTable
MonoAOTCompiler (2)
MonoAOTCompiler.cs (2)
574_propertiesTable.Table[nameof(CollectTrimmingEligibleMethods)] = CollectTrimmingEligibleMethods.ToString(); 575_propertiesTable.Save(propertiesTableFilePath, Log);