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