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