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