5 references to NullableUnwrap
System.Windows.Forms (5)
System\Windows\Forms\Internal\Formatter.cs (3)
57targetType = NullableUnwrap(targetType); 251sourceType = NullableUnwrap(sourceType); 252targetType = NullableUnwrap(targetType);
System\Windows\Forms\Internal\TypeExtensions.cs (2)
52type = Formatter.NullableUnwrap(type); 246type = Formatter.NullableUnwrap(type);