3 references to IsNullable
Microsoft.CodeAnalysis.Workspaces (3)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\ITypeSymbolExtensions.cs (2)
648if (type.IsNullable(out var underlyingType)) 736if (symbol.IsNullable(out var underlyingType))
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Extensions\SyntaxGeneratorExtensions_CreateEqualsMethod.cs (1)
404if (typeSymbol.IsNullable(out var underlyingType))