1 implementation of ISimpleEmbeddedPointerIndirectionNode
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ArrayOfEmbeddedPointersNode.cs (1)
75private class SimpleEmbeddedPointerIndirectionNode : EmbeddedPointerIndirectionNode<TTarget>, ISimpleEmbeddedPointerIndirectionNode<TTarget>
2 references to ISimpleEmbeddedPointerIndirectionNode
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ArrayOfEmbeddedPointersNode.cs (2)
107var otherNode = (ISimpleEmbeddedPointerIndirectionNode<ISortableSymbolNode>)other;