1 instantiation of SequencePointCollection
System.Reflection.Metadata (1)
System\Reflection\Metadata\PortablePdb\MethodDebugInformation.cs (1)
64return new SequencePointCollection(_reader.BlobHeap.GetMemoryBlock(SequencePointsBlob), Document);
2 references to SequencePointCollection
System.Diagnostics.StackTrace (1)
System\Diagnostics\StackTraceSymbols.cs (1)
72SequencePointCollection sequencePoints = methodInfo.GetSequencePoints();
System.Reflection.Metadata (1)
System\Reflection\Metadata\PortablePdb\MethodDebugInformation.cs (1)
62public SequencePointCollection GetSequencePoints()