1 write to RepresentedType
ILLink.RoslynAnalyzer (1)
src\runtime\src\tools\illink\src\ILLink.Shared\TrimAnalysis\RuntimeTypeHandleValue.cs (1)
19
RepresentedType
= 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
),
389
MarkStaticConstructor(runtimeTypeHandleValue.
RepresentedType
);
src\runtime\src\tools\illink\src\ILLink.Shared\TrimAnalysis\RuntimeTypeHandleValue.cs (1)
26
public override string ToString() => this.ValueToString(
RepresentedType
);