1 write to Table
MonoAOTCompiler (1)
MonoAOTCompiler.cs (1)
1269Table = Read(propertiesFilePath) ?? new();
3 references to Table
MonoAOTCompiler (3)
MonoAOTCompiler.cs (3)
574_propertiesTable.Table[nameof(CollectTrimmingEligibleMethods)] = CollectTrimmingEligibleMethods.ToString(); 1273=> bool.TryParse(Table[propertyName], out bool outValue) ? outValue : defaultValue; 1296string jsonString = JsonSerializer.Serialize(Table);