5 references to ThrowWrongValueTypeArgumentException
Microsoft.CodeAnalysis.Collections.Package (5)
SegmentedDictionary`2.cs (2)
1083ThrowHelper.ThrowWrongValueTypeArgumentException(value, typeof(TValue)); 1120ThrowHelper.ThrowWrongValueTypeArgumentException(value, typeof(TValue));
SegmentedList`1.cs (3)
238ThrowHelper.ThrowWrongValueTypeArgumentException(value, typeof(T)); 285ThrowHelper.ThrowWrongValueTypeArgumentException(item, typeof(T)); 881ThrowHelper.ThrowWrongValueTypeArgumentException(item, typeof(T));