3 instantiations of NullableSystemTypeValue
ILLink.RoslynAnalyzer (3)
src\tools\illink\src\ILLink.Shared\TrimAnalysis\HandleCallAction.cs (2)
124 => new NullableSystemTypeValue (nullableSystemType.NullableType, nullableSystemType.UnderlyingTypeValue), 887 AddReturnValue (new NullableSystemTypeValue (typeValue.RepresentedType, new SystemTypeValue (systemTypeValue.RepresentedType)));
TrimAnalysis\SingleValueExtensions.cs (1)
25 new NullableSystemTypeValue (new TypeProxy (type), new SystemTypeValue (new TypeProxy (underlyingType))),
5 references to NullableSystemTypeValue
ILLink.RoslynAnalyzer (5)
RequiresDynamicCodeAnalyzer.cs (1)
108 if (singleValue is not SystemTypeValue and not GenericParameterValue and not NullableSystemTypeValue) {
src\tools\illink\src\ILLink.Shared\TrimAnalysis\HandleCallAction.cs (3)
152 NullableSystemTypeValue nullableSystemType 799 NullableSystemTypeValue nullableSystemType => nullableSystemType.UnderlyingTypeValue, 882 case NullableSystemTypeValue:
src\tools\illink\src\ILLink.Shared\TrimAnalysis\RequireDynamicallyAccessedMembersAction.cs (1)
52 } else if (uniqueValue is NullableSystemTypeValue nullableSystemTypeValue) {