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