6 references to GetNullableUnderlyingTypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Expressions.cs (1)
2888TypeWithAnnotations underlyingTargetTypeWithAnnotations = targetTypeWithAnnotations.Type.GetNullableUnderlyingTypeWithAnnotations();
FlowAnalysis\NullableWalker.cs (4)
8386var typeArg = nullableTypeOpt.GetNullableUnderlyingTypeWithAnnotations(); 8808operandType = completion(targetTypeWithNullability.Type.GetNullableUnderlyingTypeWithAnnotations()); 9388var underlyingOperandTypeWithAnnotations = operandType.Type.GetNullableUnderlyingTypeWithAnnotations(); 9529return type.GetNullableUnderlyingTypeWithAnnotations().ToTypeWithState();
Symbols\TypeSymbolExtensions.cs (1)
154return type.GetNullableUnderlyingTypeWithAnnotations().Type;