1 reference to GetNullableUnderlyingType
Microsoft.CodeAnalysis.CSharp.Test.Utilities (1)
Extensions.cs (1)
728
return type.IsNullableType() ? type.
GetNullableUnderlyingType
() : type;