3 references to IsNullable
Microsoft.CodeAnalysis.Extensions.Package (3)
Symbols\ITypeSymbolExtensions.cs (3)
37var isNullableValueType = type.IsNullable(); 69=> symbol is { IsValueType: true } && !symbol.IsNullable(); 75if (IsNullable(symbol))