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)
2227
if (
AreNullableAndUnderlyingTypes
(operandType, convertedType, out _))
4488
if (
AreNullableAndUnderlyingTypes
(type, parameterType.Type, out TypeWithAnnotations underlyingType))
9636
if (
AreNullableAndUnderlyingTypes
(targetField.Type, valueField.Type, out _))
10137
if (
AreNullableAndUnderlyingTypes
(targetType, operandType.Type, out TypeWithAnnotations underlyingType))
11700
AreNullableAndUnderlyingTypes
(lvalueType.Type, operandType.Type, out TypeWithAnnotations underlyingType))