5 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)
221return IsNullableType(type) && IsBooleanType(GetNullableUnderlyingType(type));
Microsoft.CodeAnalysis.CSharp.Test.Utilities (1)
Extensions.cs (1)
708return ITypeSymbolHelpers.GetNullableUnderlyingType(type);