2 implementations of GetStartOffset
Microsoft.DiaSymReader (2)
_generated\28\Microsoft.DiaSymReader.ISymUnmanagedScope.cs (1)
302int global::Microsoft.DiaSymReader.ISymUnmanagedScope.GetStartOffset(out int offset)
_generated\29\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)
_generated\28\Microsoft.DiaSymReader.ISymUnmanagedScope.cs (1)
332__retVal = @this.GetStartOffset(out offset);
_generated\29\Microsoft.DiaSymReader.ISymUnmanagedScope2.cs (1)
634new int GetStartOffset(out int offset) => ((global::Microsoft.DiaSymReader.ISymUnmanagedScope)this).GetStartOffset(out offset);
Extensions\SymUnmanagedExtensions.Scope.cs (1)
21ThrowExceptionForHR(scope.GetStartOffset(out startOffset));