6 references to GetNullableUnderlyingTypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Expressions.cs (1)
2958TypeWithAnnotations underlyingTargetTypeWithAnnotations = targetTypeWithAnnotations.Type.GetNullableUnderlyingTypeWithAnnotations();
FlowAnalysis\NullableWalker.cs (4)
9024var typeArg = nullableTypeOpt.GetNullableUnderlyingTypeWithAnnotations(); 9446operandType = completion(targetTypeWithNullability.Type.GetNullableUnderlyingTypeWithAnnotations()); 10034var underlyingOperandTypeWithAnnotations = operandType.Type.GetNullableUnderlyingTypeWithAnnotations(); 10175return type.GetNullableUnderlyingTypeWithAnnotations().ToTypeWithState();
Symbols\TypeSymbolExtensions.cs (1)
155return type.GetNullableUnderlyingTypeWithAnnotations().Type;