3 references to NullableSystemTypeValue
illink (3)
Linker.Dataflow\FlowAnnotations.cs (1)
926
return new
NullableSystemTypeValue
(new(genericArgumentType, _context), new SystemTypeValue(new(underlyingTypeDefinition, _context)));
src\runtime\src\tools\illink\src\ILLink.Shared\TrimAnalysis\HandleCallAction.cs (2)
137
=> new
NullableSystemTypeValue
(nullableSystemType.NullableType, nullableSystemType.UnderlyingTypeValue),
1158
AddReturnValue(new
NullableSystemTypeValue
(typeValue.RepresentedType, new SystemTypeValue(systemTypeValue.RepresentedType)));