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