2 implementations of GetSourceStartEnd
Microsoft.DiaSymReader (2)
_generated\19\Microsoft.DiaSymReader.ISymUnmanagedMethod.cs (1)
578int global::Microsoft.DiaSymReader.ISymUnmanagedMethod.GetSourceStartEnd(global::Microsoft.DiaSymReader.ISymUnmanagedDocument[] documents, int[] lines, int[] columns, out bool defined)
_generated\20\Microsoft.DiaSymReader.ISymUnmanagedMethod2.cs (1)
570int 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)
615new 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);