2 references to IgnoreInsertion
System.Collections (2)
System\Collections\Generic\OrderedDictionary.cs (2)
422Debug.Assert(behavior is InsertionBehavior.IgnoreInsertion, $"Unknown behavior: {behavior}"); 508return TryInsert(index: -1, key, value, InsertionBehavior.IgnoreInsertion, out index);