3 references to GetNonNullableType
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\ComInterop\TypeUtils.cs (2)
89Type nnExprType = TypeUtils.GetNonNullableType(convertFrom); 90Type nnConvType = TypeUtils.GetNonNullableType(convertToType);
Microsoft\CSharp\RuntimeBinder\ComInterop\VarEnumSelector.cs (1)
358argumentType = TypeUtils.GetNonNullableType(argumentType);