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