6 references to TypeUtils
Microsoft.CSharp (6)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComInvokeBinder.cs (2)
59Debug.Assert(TypeUtils.AreReferenceAssignable(typeof(ComMethodDesc), method.Type)); 60Debug.Assert(TypeUtils.AreReferenceAssignable(typeof(IDispatch), dispatch.Type));
Microsoft\CSharp\RuntimeBinder\ComInterop\TypeUtils.cs (2)
89Type nnExprType = TypeUtils.GetNonNullableType(convertFrom); 90Type nnConvType = TypeUtils.GetNonNullableType(convertToType);
Microsoft\CSharp\RuntimeBinder\ComInterop\VarEnumSelector.cs (2)
156if (TypeUtils.IsImplicitlyConvertible(argumentType, candidateManagedType, true)) 358argumentType = TypeUtils.GetNonNullableType(argumentType);