1 write to _signature
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NativeLayoutVertexNode.cs (1)
1108
_signature
= factory.NativeLayout.TypeSignatureVertex(type);
2 references to _signature
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\NativeLayoutVertexNode.cs (2)
1117
yield return new DependencyListEntry(
_signature
, "TypeSignature");
1127
return
_signature
.WriteVertex(factory);