4 references to IsNullabilityMismatch
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\NullableWalker.cs (4)
3021
if (
IsNullabilityMismatch
(lvalueResultType, destinationType))
5969
if (
IsNullabilityMismatch
(consequenceLValue, alternativeLValue))
6161
if (!node.IsSuppressed &&
IsNullabilityMismatch
(source, destination))
11176
IsNullabilityMismatch
(sourceType, destinationType))