2 implementations of GetStartOffset
Microsoft.DiaSymReader (2)
Generated\361d1da7f942c932\Microsoft.DiaSymReader.ISymUnmanagedScope.cs (1)
302int global::Microsoft.DiaSymReader.ISymUnmanagedScope.GetStartOffset(out int offset)
Generated\361d1da7f942c932\Microsoft.DiaSymReader.ISymUnmanagedScope2.cs (1)
603int global::Microsoft.DiaSymReader.ISymUnmanagedScope.GetStartOffset(out int offset) => throw new global::System.Diagnostics.UnreachableException();
3 references to GetStartOffset
Microsoft.DiaSymReader (3)
Extensions\SymUnmanagedExtensions.Scope.cs (1)
21ThrowExceptionForHR(scope.GetStartOffset(out startOffset));
Generated\361d1da7f942c932\Microsoft.DiaSymReader.ISymUnmanagedScope.cs (1)
332__retVal = @this.GetStartOffset(out offset);
Generated\361d1da7f942c932\Microsoft.DiaSymReader.ISymUnmanagedScope2.cs (1)
634new int GetStartOffset(out int offset) => ((global::Microsoft.DiaSymReader.ISymUnmanagedScope)this).GetStartOffset(out offset);