Linker\Annotations.cs (6)
274 if (!preserved_types.TryGetValue (type, out (TypePreserve preserve, bool applied) existing))
285 preserved_types[type] = (existing.preserve, true);
293 if (!preserved_types.TryGetValue (type, out (TypePreserve preserve, bool applied) existing)) {
294 preserved_types.Add (type, (preserve, false));
308 preserved_types[type] = (newPreserve, false);
335 if (preserved_types.TryGetValue (type, out (TypePreserve preserve, bool _applied) existing)) {