3 references to IsNullable
Metrics.Legacy (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\SemanticModelExtensions.cs (1)
153if (type.IsNullable(out var underlyingType))
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\ITypeSymbolExtensions.cs (2)
649if (type.IsNullable(out var underlyingType)) 772if (symbol.IsNullable(out var underlyingType))