3 references to GetNullableUnderlyingTypeIfNecessary
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\NullableWalker.cs (3)
5095TypeWithState leftUnderlyingType = GetNullableUnderlyingTypeIfNecessary(isLifted, leftType); 5096TypeWithState rightUnderlyingType = GetNullableUnderlyingTypeIfNecessary(isLifted, rightType); 11259var operandType = GetNullableUnderlyingTypeIfNecessary(isLifted, operandResult);