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