6 references to GetNullableUnderlyingTypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Expressions.cs (1)
3012TypeWithAnnotations underlyingTargetTypeWithAnnotations = targetTypeWithAnnotations.Type.GetNullableUnderlyingTypeWithAnnotations();
FlowAnalysis\NullableWalker.cs (4)
9379var typeArg = nullableTypeOpt.GetNullableUnderlyingTypeWithAnnotations(); 9861operandType = completion(targetTypeWithNullability.Type.GetNullableUnderlyingTypeWithAnnotations()); 10506var underlyingOperandTypeWithAnnotations = operandType.Type.GetNullableUnderlyingTypeWithAnnotations(); 10819return type.GetNullableUnderlyingTypeWithAnnotations().ToTypeWithState();
Symbols\TypeSymbolExtensions.cs (1)
155return type.GetNullableUnderlyingTypeWithAnnotations().Type;