4 references to IsNullabilityMismatch
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\NullableWalker.cs (4)
3116
if (
IsNullabilityMismatch
(lvalueResultType, destinationType))
6062
if (
IsNullabilityMismatch
(consequenceLValue, alternativeLValue))
6254
if (!node.IsSuppressed &&
IsNullabilityMismatch
(source, destination))
11463
IsNullabilityMismatch
(sourceType, destinationType))