6 references to GetNullableUnderlyingTypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Expressions.cs (1)
2933
TypeWithAnnotations underlyingTargetTypeWithAnnotations = targetTypeWithAnnotations.Type.
GetNullableUnderlyingTypeWithAnnotations
();
FlowAnalysis\NullableWalker.cs (4)
8549
var typeArg = nullableTypeOpt.
GetNullableUnderlyingTypeWithAnnotations
();
8971
operandType = completion(targetTypeWithNullability.Type.
GetNullableUnderlyingTypeWithAnnotations
());
9553
var underlyingOperandTypeWithAnnotations = operandType.Type.
GetNullableUnderlyingTypeWithAnnotations
();
9694
return type.
GetNullableUnderlyingTypeWithAnnotations
().ToTypeWithState();
Symbols\TypeSymbolExtensions.cs (1)
154
return type.
GetNullableUnderlyingTypeWithAnnotations
().Type;