3 references to IsNullabilityMismatch
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\NullableWalker.cs (3)
2880
if (
IsNullabilityMismatch
(lvalueResultType, destinationType))
5434
if (
IsNullabilityMismatch
(consequenceLValue, alternativeLValue))
10187
if (
IsNullabilityMismatch
(sourceType, destinationType))