6 references to AreNullableAndUnderlyingTypes
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker_Patterns.cs (1)
718
case ConversionKind.ExplicitNullable when
AreNullableAndUnderlyingTypes
(inputType, e.Type, out _):
FlowAnalysis\NullableWalker.cs (5)
2190
if (
AreNullableAndUnderlyingTypes
(operandType, convertedType, out _))
4432
if (
AreNullableAndUnderlyingTypes
(type, parameterType.Type, out TypeWithAnnotations underlyingType))
9564
if (
AreNullableAndUnderlyingTypes
(targetField.Type, valueField.Type, out _))
10065
if (
AreNullableAndUnderlyingTypes
(targetType, operandType.Type, out TypeWithAnnotations underlyingType))
11621
AreNullableAndUnderlyingTypes
(lvalueType.Type, operandType.Type, out TypeWithAnnotations underlyingType))