Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 8f9d562

Browse files
buyaa-nkrwq
authored andcommitted
Merge master into NullableFeature
Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
1 parent 8269afe commit 8f9d562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common/src/CoreLib/System/DefaultBinder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1207,7 +1207,7 @@ private static bool CreateParamOrder(int[] paramOrder, ParameterInfo[] pars, str
12071207

12081208
// CanChangePrimitive
12091209
// This will determine if the source can be converted to the target type
1210-
internal static bool CanChangePrimitive(Type source, Type target)
1210+
internal static bool CanChangePrimitive(Type? source, Type? target)
12111211
{
12121212
if ((source == typeof(IntPtr) && target == typeof(IntPtr)) ||
12131213
(source == typeof(UIntPtr) && target == typeof(UIntPtr)))

0 commit comments

Comments
 (0)