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