6 references to GetNullableUnderlyingTypeWithAnnotations
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder_Expressions.cs (1)
3009
TypeWithAnnotations underlyingTargetTypeWithAnnotations = targetTypeWithAnnotations.Type.
GetNullableUnderlyingTypeWithAnnotations
();
FlowAnalysis\NullableWalker.cs (4)
9315
var typeArg = nullableTypeOpt.
GetNullableUnderlyingTypeWithAnnotations
();
9798
operandType = completion(targetTypeWithNullability.Type.
GetNullableUnderlyingTypeWithAnnotations
());
10444
var underlyingOperandTypeWithAnnotations = operandType.Type.
GetNullableUnderlyingTypeWithAnnotations
();
10740
return type.
GetNullableUnderlyingTypeWithAnnotations
().ToTypeWithState();
Symbols\TypeSymbolExtensions.cs (1)
155
return type.
GetNullableUnderlyingTypeWithAnnotations
().Type;