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); 1458yield return new DependencyListEntry(factory.NativeLayout.TypeSignatureVertex(_constraintType), "ConstraintType"); 1473foreach (var dependency in factory.NativeLayout.TemplateConstructableTypes(_constraintType)) 1485Vertex constraintType = factory.NativeLayout.TypeSignatureVertex(_constraintType).WriteVertex(factory);