3 references to IsNonNullableValueType
Microsoft.CodeAnalysis.CodeStyle (1)
AbstractUseCoalesceExpressionForIfNullCheckDiagnosticAnalyzer.cs (1)
166
if (exprType is null || exprType.
IsNonNullableValueType
())
Microsoft.CodeAnalysis.CSharp.CodeStyle (2)
CSharpAsAndMemberAccessDiagnosticAnalyzer.cs (2)
121
if (symbol.GetMemberType().
IsNonNullableValueType
())
166
if (symbol.GetMemberType().
IsNonNullableValueType
())