4 references to GetNullableUnderlyingType
Microsoft.CodeAnalysis (4)
Operations\ControlFlowGraphBuilder.cs (2)
3357MakeInvalidOperation(ITypeSymbolHelpers.GetNullableUnderlyingType(value.Type), value); 5665Debug.Assert(ITypeSymbolHelpers.GetNullableUnderlyingType(type).Equals(operand.Type));
SymbolDisplay\AbstractSymbolDisplayVisitor.cs (1)
139type = ITypeSymbolHelpers.GetNullableUnderlyingType(type);
Symbols\ITypeSymbol.cs (1)
210return IsNullableType(type) && IsBooleanType(GetNullableUnderlyingType(type));