4 references to IsNullable
Microsoft.CodeAnalysis.CodeStyle (4)
src\Analyzers\Core\Analyzers\PopulateSwitch\AbstractPopulateSwitchDiagnosticAnalyzer.cs (1)
105if (type.IsNullable())
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\ITypeSymbolExtensions.cs (3)
34var isNullableValueType = type.IsNullable(); 66=> symbol is { IsValueType: true } && !symbol.IsNullable(); 72if (IsNullable(symbol))