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