2 implementations of GetSourceStartEnd
Microsoft.DiaSymReader (2)
_generated\19\Microsoft.DiaSymReader.ISymUnmanagedMethod.cs (1)
578
int global::Microsoft.DiaSymReader.ISymUnmanagedMethod.
GetSourceStartEnd
(global::Microsoft.DiaSymReader.ISymUnmanagedDocument[] documents, int[] lines, int[] columns, out bool defined)
_generated\20\Microsoft.DiaSymReader.ISymUnmanagedMethod2.cs (1)
570
int global::Microsoft.DiaSymReader.ISymUnmanagedMethod.
GetSourceStartEnd
(global::Microsoft.DiaSymReader.ISymUnmanagedDocument[] documents, int[] lines, int[] columns, out bool defined) => throw new global::System.Diagnostics.UnreachableException();
2 references to GetSourceStartEnd
Microsoft.DiaSymReader (2)
_generated\19\Microsoft.DiaSymReader.ISymUnmanagedMethod.cs (1)
698
__retVal = @this.
GetSourceStartEnd
(documents, lines, columns, out defined);
_generated\20\Microsoft.DiaSymReader.ISymUnmanagedMethod2.cs (1)
615
new int GetSourceStartEnd(global::Microsoft.DiaSymReader.ISymUnmanagedDocument[] documents, int[] lines, int[] columns, out bool defined) => ((global::Microsoft.DiaSymReader.ISymUnmanagedMethod)this).
GetSourceStartEnd
(documents, lines, columns, out defined);