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