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