1 write to _constraintType
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NativeLayoutVertexNode.cs (1)
1420
_constraintType
= constraintType;
4 references to _constraintType
ILCompiler.Compiler (4)
Compiler\DependencyAnalysis\NativeLayoutVertexNode.cs (4)
1431
+ factory.NameMangler.GetMangledTypeName(
_constraintType
);
1458
yield return new DependencyListEntry(factory.NativeLayout.TypeSignatureVertex(
_constraintType
), "ConstraintType");
1473
foreach (var dependency in factory.NativeLayout.TemplateConstructableTypes(
_constraintType
))
1485
Vertex constraintType = factory.NativeLayout.TypeSignatureVertex(
_constraintType
).WriteVertex(factory);