10 references to InsertionBehavior
Microsoft.Build.Framework (10)
SegmentedDictionary`2.cs (10)
194
var modified = TryInsert(key, value,
InsertionBehavior
.OverwriteExisting);
201
var modified = TryInsert(key, value,
InsertionBehavior
.ThrowOnExisting);
468
private bool TryInsert(TKey key, TValue value,
InsertionBehavior
behavior)
507
if (behavior ==
InsertionBehavior
.OverwriteExisting)
513
if (behavior ==
InsertionBehavior
.ThrowOnExisting)
549
if (behavior ==
InsertionBehavior
.OverwriteExisting)
555
if (behavior ==
InsertionBehavior
.ThrowOnExisting)
588
if (behavior ==
InsertionBehavior
.OverwriteExisting)
594
if (behavior ==
InsertionBehavior
.ThrowOnExisting)
838
=> TryInsert(key, value,
InsertionBehavior
.None);