3 references to IsNullable
Microsoft.CodeAnalysis.AnalyzerUtilities (3)
src\roslyn\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Extensions\Symbols\ITypeSymbolExtensions.cs (3)
37var isNullableValueType = type.IsNullable(); 61=> symbol is { IsValueType: true } && !symbol.IsNullable(); 67if (IsNullable(symbol))