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