1 instantiation of NativeSequencePoint
ILCompiler.RyuJit (1)
Compiler\DependencyAnalysis\MethodCodeNode.cs (1)
308yield return new NativeSequencePoint(
9 references to NativeSequencePoint
ILCompiler.Compiler (8)
Compiler\DependencyAnalysis\INodeWithDebugInfo.cs (1)
31IEnumerable<NativeSequencePoint> GetNativeSequencePoints();
Compiler\DependencyAnalysis\StackTraceLineNumbersNode.cs (1)
102foreach (NativeSequencePoint sequencePoint in debugInfoNode.GetNativeSequencePoints())
Compiler\ObjectWriter\CodeView\CodeViewSymbolsBuilder.cs (2)
225IEnumerable<NativeSequencePoint> sequencePoints) 240foreach (var sequencePoint in sequencePoints)
Compiler\ObjectWriter\Dwarf\DwarfBuilder.cs (2)
461IEnumerable<NativeSequencePoint> sequencePoints) 476foreach (NativeSequencePoint sequencePoint in sequencePoints)
Compiler\ObjectWriter\Dwarf\DwarfLineSequenceWriter.cs (1)
48public void EmitLineInfo(int fileNameIndex, long methodAddress, NativeSequencePoint sequencePoint)
Compiler\SourceLinkWriter.cs (1)
59foreach (NativeSequencePoint sequencePoint in debugInfoNode.GetNativeSequencePoints())
ILCompiler.RyuJit (1)
Compiler\DependencyAnalysis\MethodCodeNode.cs (1)
257public IEnumerable<NativeSequencePoint> GetNativeSequencePoints()