4 references to IsNullabilityMismatch
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\NullableWalker.cs (4)
3140
if (
IsNullabilityMismatch
(lvalueResultType, destinationType))
6236
if (
IsNullabilityMismatch
(consequenceLValue, alternativeLValue))
6428
if (!node.IsSuppressed &&
IsNullabilityMismatch
(source, destination))
11951
IsNullabilityMismatch
(sourceType, destinationType))