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