5 references to ThrowWrongValueTypeArgumentException
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (5)
src\Dependencies\Collections\SegmentedDictionary`2.cs (2)
1061ThrowHelper.ThrowWrongValueTypeArgumentException(value, typeof(TValue)); 1098ThrowHelper.ThrowWrongValueTypeArgumentException(value, typeof(TValue));
src\Dependencies\Collections\SegmentedList`1.cs (3)
213ThrowHelper.ThrowWrongValueTypeArgumentException(value, typeof(T)); 260ThrowHelper.ThrowWrongValueTypeArgumentException(item, typeof(T)); 820ThrowHelper.ThrowWrongValueTypeArgumentException(item, typeof(T));