3 references to 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))),