3 instantiations of 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)));
4 references to NullableSystemTypeValue
illink (4)
src\runtime\src\tools\illink\src\ILLink.Shared\TrimAnalysis\HandleCallAction.cs (3)
168
NullableSystemTypeValue
nullableSystemType
1047
NullableSystemTypeValue
nullableSystemType => nullableSystemType.UnderlyingTypeValue,
1153
case
NullableSystemTypeValue
:
src\runtime\src\tools\illink\src\ILLink.Shared\TrimAnalysis\RequireDynamicallyAccessedMembersAction.cs (1)
75
else if (uniqueValue is
NullableSystemTypeValue
nullableSystemTypeValue)