6 references to GetNullableUnderlyingTypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Expressions.cs (1)
2992TypeWithAnnotations underlyingTargetTypeWithAnnotations = targetTypeWithAnnotations.Type.GetNullableUnderlyingTypeWithAnnotations();
FlowAnalysis\NullableWalker.cs (4)
9023var typeArg = nullableTypeOpt.GetNullableUnderlyingTypeWithAnnotations(); 9445operandType = completion(targetTypeWithNullability.Type.GetNullableUnderlyingTypeWithAnnotations()); 10033var underlyingOperandTypeWithAnnotations = operandType.Type.GetNullableUnderlyingTypeWithAnnotations(); 10174return type.GetNullableUnderlyingTypeWithAnnotations().ToTypeWithState();
Symbols\TypeSymbolExtensions.cs (1)
155return type.GetNullableUnderlyingTypeWithAnnotations().Type;