2 references to Arg_WrongType
Microsoft.Build (2)
src\msbuild\artifacts\.packages\microsoft.codeanalysis.collections\5.0.0-1.25277.114\contentFiles\cs\net9.0\Internal\ThrowHelper.cs (2)
221
return new ArgumentException(string.Format(SR.
Arg_WrongType
, key, targetType), nameof(key));
226
return new ArgumentException(string.Format(SR.
Arg_WrongType
, value, targetType), nameof(value));