/// <summary> /// Get the smallest start line and largest end line, for the method, in a specific document. /// </summary> public int GetSourceExtentInDocument(ISymUnmanagedDocument document, out int startLine, out int endLine) { return(PdbReader.GetMethodSourceExtentInDocument(document, this, out startLine, out endLine)); }