Linker\Annotations.cs (6)
278if (!preserved_types.TryGetValue(type, out (TypePreserve preserve, bool applied) existing))
290preserved_types[type] = (existing.preserve, true);
298if (!preserved_types.TryGetValue(type, out (TypePreserve preserve, bool applied) existing))
300preserved_types.Add(type, (preserve, false));
317preserved_types[type] = (newPreserve, false);
344if (preserved_types.TryGetValue(type, out (TypePreserve preserve, bool _applied) existing))