1 write to RepresentedType
ILLink.RoslynAnalyzer (1)
src\runtime\src\tools\illink\src\ILLink.Shared\TrimAnalysis\RuntimeTypeHandleValue.cs (1)
19RepresentedType = representedType;
3 references to RepresentedType
ILLink.RoslynAnalyzer (3)
src\runtime\src\tools\illink\src\ILLink.Shared\TrimAnalysis\HandleCallAction.cs (2)
146=> new SystemTypeValue(typeHandle.RepresentedType), 389MarkStaticConstructor(runtimeTypeHandleValue.RepresentedType);
src\runtime\src\tools\illink\src\ILLink.Shared\TrimAnalysis\RuntimeTypeHandleValue.cs (1)
26public override string ToString() => this.ValueToString(RepresentedType);