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