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