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