4 references to NullableUnderlyingTypeOrSelf
Microsoft.CodeAnalysis.CSharp (4)
Symbols\TypeSymbolExtensions.cs (3)
858type = canDigThroughNullable ? next.NullableUnderlyingTypeOrSelf : null; 862=> canDigThroughNullable ? (default(TypeWithAnnotations), type.NullableUnderlyingTypeOrSelf) : (type, null); 875type: canDigThroughNullable ? currentPointer.ReturnTypeWithAnnotations.NullableUnderlyingTypeOrSelf : null,
Symbols\TypeWithAnnotations.cs (1)
422return NullableUnderlyingTypeOrSelf.IsAtLeastAsVisibleAs(sym, ref useSiteInfo);