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