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