2 implementations of GetSequencePointCount
Microsoft.DiaSymReader (2)
Generated\361d1da7f942c932\Microsoft.DiaSymReader.ISymUnmanagedMethod.cs (1)
99
int global::Microsoft.DiaSymReader.ISymUnmanagedMethod.
GetSequencePointCount
(out int count)
Generated\361d1da7f942c932\Microsoft.DiaSymReader.ISymUnmanagedMethod2.cs (1)
556
int global::Microsoft.DiaSymReader.ISymUnmanagedMethod.
GetSequencePointCount
(out int count) => throw new global::System.Diagnostics.UnreachableException();
3 references to GetSequencePointCount
Microsoft.DiaSymReader (3)
Extensions\SymUnmanagedExtensions.Method.cs (1)
78
ThrowExceptionForHR(method.
GetSequencePointCount
(out numAvailable));
Generated\361d1da7f942c932\Microsoft.DiaSymReader.ISymUnmanagedMethod.cs (1)
129
__retVal = @this.
GetSequencePointCount
(out count);
Generated\361d1da7f942c932\Microsoft.DiaSymReader.ISymUnmanagedMethod2.cs (1)
587
new int GetSequencePointCount(out int count) => ((global::Microsoft.DiaSymReader.ISymUnmanagedMethod)this).
GetSequencePointCount
(out count);