1 implementation of INodeWithDebugInfo
ILCompiler.RyuJit (1)
Compiler\DependencyAnalysis\MethodCodeNode.cs (1)
18public class MethodCodeNode : ObjectNode, IMethodBodyNode, INodeWithCodeInfo, INodeWithDebugInfo, INodeWithFunclets, ISpecialUnboxThunkNode, IMethodCodeNodeWithTypeSignature
11 references to INodeWithDebugInfo
ILCompiler.Compiler (11)
Compiler\DependencyAnalysis\StackTraceLineNumbersNode.cs (3)
58if (entrypointSymbol is not INodeWithDebugInfo debugInfo) 77if (entrypointSymbol is not INodeWithDebugInfo debugInfo) 91static Vertex CreateLineNumbersBlob(NativeWriter writer, StackTraceDocumentsNode documents, INodeWithDebugInfo debugInfoNode)
Compiler\ObjectWriter\CoffObjectWriter.Aot.cs (2)
193INodeWithDebugInfo debugNode, 236INodeWithDebugInfo debugNode)
Compiler\ObjectWriter\ObjectWriter.Aot.cs (3)
79INodeWithDebugInfo debugNode, 85INodeWithDebugInfo debugNode) 119if (node is INodeWithDebugInfo debugNode and ISymbolDefinitionNode symbolDefinitionNode)
Compiler\ObjectWriter\UnixObjectWriter.Aot.cs (1)
251INodeWithDebugInfo debugNode,
Compiler\SourceLinkWriter.cs (1)
39if (node is not INodeWithDebugInfo debugInfoNode
src\runtime\src\coreclr\tools\Common\Compiler\ObjectWriter\WasmRelocatableObjectWriter.cs (1)
221private protected override void EmitDebugFunctionInfo(uint methodTypeIndex, Utf8String methodName, SymbolDefinition methodSymbol, INodeWithDebugInfo debugNode, bool hasSequencePoints)