2 types derived from StringDiscoverableAssemblyStubNode
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\WasmInterpreterToR2RThunkNode.cs (1)
23public class WasmInterpreterToR2RThunkNode : StringDiscoverableAssemblyStubNode, INodeWithTypeSignature, ISymbolDefinitionNode, ISortableSymbolNode
Compiler\DependencyAnalysis\ReadyToRun\WasmR2RToInterpreterThunkNode.cs (1)
24public class WasmR2RToInterpreterThunkNode : StringDiscoverableAssemblyStubNode, INodeWithTypeSignature, ISymbolDefinitionNode, ISortableSymbolNode
7 references to StringDiscoverableAssemblyStubNode
ILCompiler.ReadyToRun (7)
Compiler\DependencyAnalysis\ReadyToRun\InjectStringThunksSignature.cs (2)
34List<StringDiscoverableAssemblyStubNode> stubs = factory.GetStringDiscoverableStubs(); 37foreach (StringDiscoverableAssemblyStubNode stub in stubs)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (5)
454private readonly ConcurrentBag<StringDiscoverableAssemblyStubNode> _stringDiscoverableStubs = new ConcurrentBag<StringDiscoverableAssemblyStubNode>(); 466public void RegisterStringDiscoverableStub(StringDiscoverableAssemblyStubNode stub) 474public List<StringDiscoverableAssemblyStubNode> GetStringDiscoverableStubs() 476return new List<StringDiscoverableAssemblyStubNode>(_stringDiscoverableStubs);