6 references to GetNullableUnderlyingTypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Expressions.cs (1)
3008TypeWithAnnotations underlyingTargetTypeWithAnnotations = targetTypeWithAnnotations.Type.GetNullableUnderlyingTypeWithAnnotations();
FlowAnalysis\NullableWalker.cs (4)
9191var typeArg = nullableTypeOpt.GetNullableUnderlyingTypeWithAnnotations(); 9613operandType = completion(targetTypeWithNullability.Type.GetNullableUnderlyingTypeWithAnnotations()); 10200var underlyingOperandTypeWithAnnotations = operandType.Type.GetNullableUnderlyingTypeWithAnnotations(); 10341return type.GetNullableUnderlyingTypeWithAnnotations().ToTypeWithState();
Symbols\TypeSymbolExtensions.cs (1)
155return type.GetNullableUnderlyingTypeWithAnnotations().Type;