12 references to SystemTypeValue
ILLink.RoslynAnalyzer (12)
src\runtime\src\tools\illink\src\ILLink.Shared\TrimAnalysis\HandleCallAction.cs (5)
146
=> new
SystemTypeValue
(typeHandle.RepresentedType),
1093
AddReturnValue(new
SystemTypeValue
(foundType));
1158
AddReturnValue(new NullableSystemTypeValue(typeValue.RepresentedType, new
SystemTypeValue
(systemTypeValue.RepresentedType)));
1282
AddReturnValue(new
SystemTypeValue
(baseType.Value));
1585
AddReturnValue(new
SystemTypeValue
(foundType));
TrimAnalysis\HandleCallAction.cs (2)
183
AddReturnValue(new
SystemTypeValue
(new(staticType)));
252
yield return new
SystemTypeValue
(new TypeProxy(nestedType));
TrimAnalysis\SingleValueExtensions.cs (5)
25
TypeKind.Error => new
SystemTypeValue
(new TypeProxy(type)),
27
new NullableSystemTypeValue(new TypeProxy(type), new
SystemTypeValue
(new TypeProxy(underlyingType))),
34
SymbolKind.NamedType => new
SystemTypeValue
(new TypeProxy(type)),
36
SymbolKind.ArrayType => new
SystemTypeValue
(new TypeProxy(type.BaseType!)),
37
SymbolKind.FunctionPointerType => new
SystemTypeValue
(new TypeProxy(type)),