4 references to ThrowOnExisting
Microsoft.Build.Framework (4)
SegmentedDictionary`2.cs (4)
201var modified = TryInsert(key, value, InsertionBehavior.ThrowOnExisting); 513if (behavior == InsertionBehavior.ThrowOnExisting) 555if (behavior == InsertionBehavior.ThrowOnExisting) 594if (behavior == InsertionBehavior.ThrowOnExisting)