10 references to SystemTypeValue
ILLink.RoslynAnalyzer (10)
src\tools\illink\src\ILLink.Shared\TrimAnalysis\HandleCallAction.cs (4)
146
=> new
SystemTypeValue
(typeHandle.RepresentedType),
1069
AddReturnValue(new
SystemTypeValue
(foundType));
1134
AddReturnValue(new NullableSystemTypeValue(typeValue.RepresentedType, new
SystemTypeValue
(systemTypeValue.RepresentedType)));
1258
AddReturnValue(new
SystemTypeValue
(baseType.Value));
TrimAnalysis\HandleCallAction.cs (2)
178
AddReturnValue(new
SystemTypeValue
(new(staticType)));
247
yield return new
SystemTypeValue
(new TypeProxy(nestedType));
TrimAnalysis\SingleValueExtensions.cs (4)
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!)),