1 write to _type
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\ReflectedTypeNode.cs (1)
30
_type
= type;
5 references to _type
ILCompiler.Compiler (5)
Compiler\DependencyAnalysis\ReflectedTypeNode.cs (5)
33
public TypeDesc Type =>
_type
;
39
new DependencyListEntry(factory.MaximallyConstructableType(
_type
), "Reflection target"),
42
if (
_type
.IsCanonicalSubtype(CanonicalFormKind.Any))
44
GenericTypesTemplateMap.GetTemplateTypeDependencies(ref result, factory,
_type
);
51
return "Reflectable type: " +
_type
.ToString();