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