3 references to IsNonNullableValueType
Microsoft.CodeAnalysis.CodeStyle (1)
src\Analyzers\Core\Analyzers\UseCoalesceExpression\AbstractUseCoalesceExpressionForIfNullCheckDiagnosticAnalyzer.cs (1)
142
if (exprType.
IsNonNullableValueType
())
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
src\Analyzers\CSharp\Analyzers\UsePatternMatching\CSharpAsAndMemberAccessDiagnosticAnalyzer.cs (2)
120
if (symbol.GetMemberType().
IsNonNullableValueType
())
165
if (symbol.GetMemberType().
IsNonNullableValueType
())