2 implementations of GetOffset
Microsoft.DiaSymReader (2)
_generated\19\Microsoft.DiaSymReader.ISymUnmanagedMethod.cs (1)
261int global::Microsoft.DiaSymReader.ISymUnmanagedMethod.GetOffset(global::Microsoft.DiaSymReader.ISymUnmanagedDocument document, int line, int column, out int offset)
_generated\20\Microsoft.DiaSymReader.ISymUnmanagedMethod2.cs (1)
562int global::Microsoft.DiaSymReader.ISymUnmanagedMethod.GetOffset(global::Microsoft.DiaSymReader.ISymUnmanagedDocument document, int line, int column, out int offset) => throw new global::System.Diagnostics.UnreachableException();
2 references to GetOffset
Microsoft.DiaSymReader (2)
_generated\19\Microsoft.DiaSymReader.ISymUnmanagedMethod.cs (1)
305__retVal = @this.GetOffset(document, line, column, out offset);
_generated\20\Microsoft.DiaSymReader.ISymUnmanagedMethod2.cs (1)
599new int GetOffset(global::Microsoft.DiaSymReader.ISymUnmanagedDocument document, int line, int column, out int offset) => ((global::Microsoft.DiaSymReader.ISymUnmanagedMethod)this).GetOffset(document, line, column, out offset);