2 types derived from NativeLayoutMethodEntryVertexNode
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\NativeLayoutVertexNode.cs (2)
638
internal sealed class NativeLayoutTemplateMethodSignatureVertexNode :
NativeLayoutMethodEntryVertexNode
1509
private sealed class WrappedMethodEntryVertexNode :
NativeLayoutMethodEntryVertexNode
1 instantiation of NativeLayoutMethodEntryVertexNode
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.NativeLayout.cs (1)
57
return new
NativeLayoutMethodEntryVertexNode
(_factory, method, default);
3 references to NativeLayoutMethodEntryVertexNode
ILCompiler.Compiler (3)
Compiler\DependencyAnalysis\NodeFactory.NativeLayout.cs (3)
55
_methodEntries = new NodeCache<MethodDesc,
NativeLayoutMethodEntryVertexNode
>(method =>
310
private NodeCache<MethodDesc,
NativeLayoutMethodEntryVertexNode
> _methodEntries;
311
internal
NativeLayoutMethodEntryVertexNode
MethodEntry(MethodDesc method)