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