Linker\Annotations.cs (6)
320if (!preserved_types.TryGetValue(type, out (TypePreserve preserve, bool applied) existing))
332preserved_types[type] = (existing.preserve, true);
340if (!preserved_types.TryGetValue(type, out (TypePreserve preserve, bool applied) existing))
342preserved_types.Add(type, (preserve, false));
359preserved_types[type] = (newPreserve, false);
386if (preserved_types.TryGetValue(type, out (TypePreserve preserve, bool _applied) existing))