1 write to _constraintType
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NativeLayoutVertexNode.cs (1)
1463
_constraintType
= constraintType;
4 references to _constraintType
ILCompiler.Compiler (4)
Compiler\DependencyAnalysis\NativeLayoutVertexNode.cs (4)
1474
+ factory.NameMangler.GetMangledTypeName(
_constraintType
);
1501
yield return new DependencyListEntry(factory.NativeLayout.TypeSignatureVertex(
_constraintType
), "ConstraintType");
1516
foreach (var dependency in factory.NativeLayout.TemplateConstructableTypes(
_constraintType
))
1528
Vertex constraintType = factory.NativeLayout.TypeSignatureVertex(
_constraintType
).WriteVertex(factory);