3 instantiations of NullableSystemTypeValue
ILLink.RoslynAnalyzer (3)
src\tools\illink\src\ILLink.Shared\TrimAnalysis\HandleCallAction.cs (2)
137
=> new
NullableSystemTypeValue
(nullableSystemType.NullableType, nullableSystemType.UnderlyingTypeValue),
1134
AddReturnValue(new
NullableSystemTypeValue
(typeValue.RepresentedType, new SystemTypeValue(systemTypeValue.RepresentedType)));
TrimAnalysis\SingleValueExtensions.cs (1)
27
new
NullableSystemTypeValue
(new TypeProxy(type), new SystemTypeValue(new TypeProxy(underlyingType))),
5 references to NullableSystemTypeValue
ILLink.RoslynAnalyzer (5)
RequiresDynamicCodeAnalyzer.cs (1)
135
if (singleValue is not SystemTypeValue and not GenericParameterValue and not
NullableSystemTypeValue
)
src\tools\illink\src\ILLink.Shared\TrimAnalysis\HandleCallAction.cs (3)
168
NullableSystemTypeValue
nullableSystemType
1024
NullableSystemTypeValue
nullableSystemType => nullableSystemType.UnderlyingTypeValue,
1129
case
NullableSystemTypeValue
:
src\tools\illink\src\ILLink.Shared\TrimAnalysis\RequireDynamicallyAccessedMembersAction.cs (1)
68
else if (uniqueValue is
NullableSystemTypeValue
nullableSystemTypeValue)