2 implementations of GetSequencePointCount
Microsoft.DiaSymReader (2)
Generated\361d1da7f942c932\Microsoft.DiaSymReader.ISymUnmanagedMethod.cs (1)
99int global::Microsoft.DiaSymReader.ISymUnmanagedMethod.GetSequencePointCount(out int count)
Generated\361d1da7f942c932\Microsoft.DiaSymReader.ISymUnmanagedMethod2.cs (1)
556int 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)
78ThrowExceptionForHR(method.GetSequencePointCount(out numAvailable));
Generated\361d1da7f942c932\Microsoft.DiaSymReader.ISymUnmanagedMethod.cs (1)
129__retVal = @this.GetSequencePointCount(out count);
Generated\361d1da7f942c932\Microsoft.DiaSymReader.ISymUnmanagedMethod2.cs (1)
587new int GetSequencePointCount(out int count) => ((global::Microsoft.DiaSymReader.ISymUnmanagedMethod)this).GetSequencePointCount(out count);