2 implementations of GetSequencePoints
Microsoft.DiaSymReader (2)
_generated\19\Microsoft.DiaSymReader.ISymUnmanagedMethod.cs (1)
727int global::Microsoft.DiaSymReader.ISymUnmanagedMethod.GetSequencePoints(int bufferLength, out int count, int[] offsets, global::Microsoft.DiaSymReader.ISymUnmanagedDocument[] documents, int[] startLines, int[] startColumns, int[] endLines, int[] endColumns)
_generated\20\Microsoft.DiaSymReader.ISymUnmanagedMethod2.cs (1)
572int global::Microsoft.DiaSymReader.ISymUnmanagedMethod.GetSequencePoints(int bufferLength, out int count, int[] offsets, global::Microsoft.DiaSymReader.ISymUnmanagedDocument[] documents, int[] startLines, int[] startColumns, int[] endLines, int[] endColumns) => throw new global::System.Diagnostics.UnreachableException();
3 references to GetSequencePoints
Microsoft.DiaSymReader (3)
_generated\19\Microsoft.DiaSymReader.ISymUnmanagedMethod.cs (1)
867__retVal = @this.GetSequencePoints(bufferLength, out count, offsets, documents, startLines, startColumns, endLines, endColumns);
_generated\20\Microsoft.DiaSymReader.ISymUnmanagedMethod2.cs (1)
619new int GetSequencePoints(int bufferLength, out int count, int[] offsets, global::Microsoft.DiaSymReader.ISymUnmanagedDocument[] documents, int[] startLines, int[] startColumns, int[] endLines, int[] endColumns) => ((global::Microsoft.DiaSymReader.ISymUnmanagedMethod)this).GetSequencePoints(bufferLength, out count, offsets, documents, startLines, startColumns, endLines, endColumns);
Extensions\SymUnmanagedExtensions.Method.cs (1)
92ThrowExceptionForHR(method.GetSequencePoints(numAvailable, out numRead, offsets, documents, startLines, startColumns, endLines, endColumns));