Linker\Annotations.cs (6)
289 if (!preserved_types.TryGetValue (type, out (TypePreserve preserve, bool applied) existing))
300 preserved_types[type] = (existing.preserve, true);
308 if (!preserved_types.TryGetValue (type, out (TypePreserve preserve, bool applied) existing)) {
309 preserved_types.Add (type, (preserve, false));
323 preserved_types[type] = (newPreserve, false);
350 if (preserved_types.TryGetValue (type, out (TypePreserve preserve, bool _applied) existing)) {