Binder\DecisionDagBuilder.cs (10)
1572case (SpecialType.System_IntPtr, SpecialType.System_UIntPtr):
1573case (SpecialType.System_UIntPtr, SpecialType.System_IntPtr):
1579case (SpecialType.System_Int32, SpecialType.System_UIntPtr):
1581case (SpecialType.System_UInt32, SpecialType.System_UIntPtr):
1584case (SpecialType.System_UIntPtr, SpecialType.System_Int32):
1585case (SpecialType.System_UIntPtr, SpecialType.System_UInt32):
1591case (SpecialType.System_Int64, SpecialType.System_UIntPtr):
1593case (SpecialType.System_UInt64, SpecialType.System_UIntPtr):
1596case (SpecialType.System_UIntPtr, SpecialType.System_Int64):
1597case (SpecialType.System_UIntPtr, SpecialType.System_UInt64):