5 references to ThrowWrongValueTypeArgumentException
Microsoft.Build.Framework (5)
SegmentedDictionary`2.cs (2)
1049ThrowHelper.ThrowWrongValueTypeArgumentException(value, typeof(TValue)); 1086ThrowHelper.ThrowWrongValueTypeArgumentException(value, typeof(TValue));
SegmentedList`1.cs (3)
211ThrowHelper.ThrowWrongValueTypeArgumentException(value, typeof(T)); 257ThrowHelper.ThrowWrongValueTypeArgumentException(item, typeof(T)); 732ThrowHelper.ThrowWrongValueTypeArgumentException(item, typeof(T));