5 references to AreNullableAndUnderlyingTypes
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\NullableWalker.cs (4)
2043
if (
AreNullableAndUnderlyingTypes
(operandType, convertedType, out _))
4002
if (
AreNullableAndUnderlyingTypes
(type, parameterType.Type, out TypeWithAnnotations underlyingType))
8584
if (
AreNullableAndUnderlyingTypes
(targetField.Type, valueField.Type, out _))
8990
if (
AreNullableAndUnderlyingTypes
(targetType, operandType.Type, out TypeWithAnnotations underlyingType))
FlowAnalysis\NullableWalker_Patterns.cs (1)
470
case ConversionKind.ExplicitNullable when
AreNullableAndUnderlyingTypes
(inputType, e.Type, out _):