1 write to _returnTypeSig
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NativeLayoutVertexNode.cs (1)
265
_returnTypeSig
= factory.NativeLayout.TypeSignatureVertex(signature.ReturnType);
2 references to _returnTypeSig
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\NativeLayoutVertexNode.cs (2)
275
dependencies.Add(new DependencyListEntry(
_returnTypeSig
, "NativeLayoutMethodSignatureVertexNode return type signature"));
297
Vertex returnType =
_returnTypeSig
.WriteVertex(factory);