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