2 types derived from StringDiscoverableAssemblyStubNode
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\WasmInterpreterToR2RThunkNode.cs (1)
24public class WasmInterpreterToR2RThunkNode : StringDiscoverableAssemblyStubNode, INodeWithTypeSignature, ISymbolDefinitionNode, ISortableSymbolNode
Compiler\DependencyAnalysis\ReadyToRun\WasmR2RToInterpreterThunkNode.cs (1)
25public 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)
538private readonly ConcurrentBag<StringDiscoverableAssemblyStubNode> _stringDiscoverableStubs = new ConcurrentBag<StringDiscoverableAssemblyStubNode>(); 550public void RegisterStringDiscoverableStub(StringDiscoverableAssemblyStubNode stub) 558public List<StringDiscoverableAssemblyStubNode> GetStringDiscoverableStubs() 560return new List<StringDiscoverableAssemblyStubNode>(_stringDiscoverableStubs);