1 implementation of GetNativeSequencePoints
ILCompiler.RyuJit (1)
Compiler\DependencyAnalysis\MethodCodeNode.cs (1)
260
public IEnumerable<NativeSequencePoint>
GetNativeSequencePoints
()
8 references to GetNativeSequencePoints
ILCompiler.Compiler (8)
Compiler\DependencyAnalysis\StackTraceLineNumbersNode.cs (1)
102
foreach (NativeSequencePoint sequencePoint in debugInfoNode.
GetNativeSequencePoints
())
Compiler\ObjectWriter\CoffObjectWriter.Aot.cs (4)
224
if (debugNode.
GetNativeSequencePoints
().Any())
230
debugNode.
GetNativeSequencePoints
());
239
if (!debugNode.
GetNativeSequencePoints
().Any())
260
debugNode.
GetNativeSequencePoints
());
Compiler\ObjectWriter\UnixObjectWriter.Aot.cs (2)
272
if (debugNode.
GetNativeSequencePoints
().Any())
278
debugNode.
GetNativeSequencePoints
());
Compiler\SourceLinkWriter.cs (1)
59
foreach (NativeSequencePoint sequencePoint in debugInfoNode.
GetNativeSequencePoints
())