4 references to IsNullable
Microsoft.CodeAnalysis.CodeStyle (4)
src\Analyzers\Core\Analyzers\PopulateSwitch\PopulateSwitchExpressionHelpers.cs (1)
25
switchExpressionType = switchExpressionType.
IsNullable
(out var underlyingType) ? underlyingType : switchExpressionType;
src\Analyzers\Core\Analyzers\PopulateSwitch\PopulateSwitchStatementHelpers.cs (1)
66
switchExpressionType = switchExpressionType.
IsNullable
(out var underlyingType) ? underlyingType : switchExpressionType;
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\ITypeSymbolExtensions.cs (2)
647
if (type.
IsNullable
(out var underlyingType))
735
if (symbol.
IsNullable
(out var underlyingType))