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