5 references to ThrowWrongValueTypeArgumentException
Microsoft.Build (5)
SegmentedDictionary`2.cs (2)
1085ThrowHelper.ThrowWrongValueTypeArgumentException(value, typeof(TValue)); 1122ThrowHelper.ThrowWrongValueTypeArgumentException(value, typeof(TValue));
SegmentedList`1.cs (3)
240ThrowHelper.ThrowWrongValueTypeArgumentException(value, typeof(T)); 287ThrowHelper.ThrowWrongValueTypeArgumentException(item, typeof(T)); 883ThrowHelper.ThrowWrongValueTypeArgumentException(item, typeof(T));