4 references to IsNullabilityMismatch
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\NullableWalker.cs (4)
3122
if (
IsNullabilityMismatch
(lvalueResultType, destinationType))
6185
if (
IsNullabilityMismatch
(consequenceLValue, alternativeLValue))
6377
if (!node.IsSuppressed &&
IsNullabilityMismatch
(source, destination))
11820
IsNullabilityMismatch
(sourceType, destinationType))