4 references to IsNullabilityMismatch
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\NullableWalker.cs (4)
2958
if (
IsNullabilityMismatch
(lvalueResultType, destinationType))
5903
if (
IsNullabilityMismatch
(consequenceLValue, alternativeLValue))
6095
if (!node.IsSuppressed &&
IsNullabilityMismatch
(source, destination))
11104
IsNullabilityMismatch
(sourceType, destinationType))