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)
275dependencies.Add(new DependencyListEntry(_returnTypeSig, "NativeLayoutMethodSignatureVertexNode return type signature")); 297Vertex returnType = _returnTypeSig.WriteVertex(factory);