3 references to GetEffectiveTrimTargetType
ILCompiler.Compiler (3)
Compiler\DependencyAnalysis\ExternalTypeMapNode.cs (3)
41
TypeDesc effectiveTrimTargetType =
GetEffectiveTrimTargetType
(trimmingTargetType);
62
TypeDesc effectiveElementType =
GetEffectiveTrimTargetType
(arrayType.ElementType);
120
|| factory.NecessaryTypeSymbol(
GetEffectiveTrimTargetType
(trimmingTargetType)).Marked)